make indentation the same - one space per pp condition

This commit is contained in:
Dirk Thomas 2015-12-16 16:10:47 -08:00
parent c816e64d0c
commit 8da408a3d8

View file

@ -38,7 +38,7 @@ extern "C"
// This id an appropriate check for clock_gettime() according to:
// http://man7.org/linux/man-pages/man2/clock_gettime.2.html
# 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(__MACH__)