mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
malloc: Fix tst-mallocalign1 macro spacing.
Reported by Andreas Schwab <schwab@linux-m68k.org>
This commit is contained in:
parent
3fb18fd80c
commit
f77bcb70b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user