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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user