mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 08:37:18 +03:00
Normalize #define whitespace.
Consistently use a tab rather than a space following #define.
This commit is contained in:
parent
2a83ed0284
commit
a4f124f59f
16 changed files with 58 additions and 58 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue