Trivial correction of some spacing

This commit is contained in:
Gregory Nutt 2016-01-23 17:04:37 -06:00
parent e39c85b718
commit e00bc64c40
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
# define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC)
#endif
#define SHORT_DELAY (USEC_PER_SEC / 3)
#define SHORT_DELAY (USEC_PER_SEC / 3)
/****************************************************************************
* Private Data

View File

@ -62,7 +62,7 @@
# define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC)
#endif
#define SHORT_DELAY (USEC_PER_SEC / 3)
#define SHORT_DELAY (USEC_PER_SEC / 3)
/****************************************************************************
* Private Data