diff options
author | Jason Evans <jasone@canonware.com> | 2013-12-09 06:28:27 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2013-12-09 06:28:27 (GMT) |
commit | a4f124f59fa5f702231432a7e5fa45140ba81e2a (patch) | |
tree | da6aa27d2cda084bc50dc81738f23905271fb3c1 /configure.ac | |
parent | 2a83ed0284e92c7ba4bd4efe9df149ac724b2f26 (diff) | |
download | jemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.zip jemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.gz jemalloc-a4f124f59fa5f702231432a7e5fa45140ba81e2a.tar.bz2 |
Normalize #define whitespace.
Consistently use a tab rather than a space following #define.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 45b510c..0b54716 100644 --- a/configure.ac +++ b/configure.ac @@ -833,7 +833,7 @@ fi ) if test "x$enable_mremap" = "x1" ; then JE_COMPILABLE([mremap(...MREMAP_FIXED...)], [ -#define _GNU_SOURCE +#define _GNU_SOURCE #include <sys/mman.h> ], [ void *p = mremap((void *)0, 0, 0, MREMAP_MAYMOVE|MREMAP_FIXED, (void *)0); |