make indentation the same - one space per pp condition
This commit is contained in:
parent
c816e64d0c
commit
8da408a3d8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern "C"
|
||||||
// This id an appropriate check for clock_gettime() according to:
|
// This id an appropriate check for clock_gettime() according to:
|
||||||
// http://man7.org/linux/man-pages/man2/clock_gettime.2.html
|
// http://man7.org/linux/man-pages/man2/clock_gettime.2.html
|
||||||
# if !defined(_POSIX_TIMERS) || !_POSIX_TIMERS
|
# if !defined(_POSIX_TIMERS) || !_POSIX_TIMERS
|
||||||
# error no monotonic clock function available
|
# error no monotonic clock function available
|
||||||
# endif // !defined(_POSIX_TIMERS) || !_POSIX_TIMERS
|
# endif // !defined(_POSIX_TIMERS) || !_POSIX_TIMERS
|
||||||
#endif // !defined(__MACH__)
|
#endif // !defined(__MACH__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue