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
1 changed files with 1 additions and 1 deletions

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)