1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

malloc: Fix tst-mallocalign1 macro spacing.

Reported by Andreas Schwab <schwab@linux-m68k.org>
This commit is contained in:
Carlos O'Donell
2022-02-01 11:03:32 -05:00
parent 3fb18fd80c
commit f77bcb70b8

View File

@@ -32,7 +32,7 @@ test (size_t s)
return p;
}
#define ALIGNED(p) (((uintptr_t )p & MALLOC_ALIGN_MASK) == 0)
#define ALIGNED(p) (((uintptr_t) p & MALLOC_ALIGN_MASK) == 0)
static int
do_test (void)