Normalize #define whitespace.

Consistently use a tab rather than a space following #define.
This commit is contained in:
Jason Evans 2013-12-08 22:28:27 -08:00
parent 2a83ed0284
commit a4f124f59f
16 changed files with 58 additions and 58 deletions

View file

@ -331,7 +331,7 @@ malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap)
APPEND_C(' '); \
} \
} while (0)
#define GET_ARG_NUMERIC(val, len) do { \
#define GET_ARG_NUMERIC(val, len) do { \
switch (len) { \
case '?': \
val = va_arg(ap, int); \