Fix style nits.

This commit is contained in:
Jason Evans
2016-04-17 10:30:25 -07:00
parent 1b5830178f
commit 1423ee9016
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/******************************************************************************/
#ifdef JEMALLOC_H_TYPES
#define JEMALLOC_CLOCK_GETTIME defined(_POSIX_MONOTONIC_CLOCK) \
#define JEMALLOC_CLOCK_GETTIME defined(_POSIX_MONOTONIC_CLOCK) \
&& _POSIX_MONOTONIC_CLOCK >= 0
typedef struct nstime_s nstime_t;