]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
malloc: Fix tst-mallocalign1 macro spacing.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 1 Feb 2022 16:03:32 +0000 (11:03 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 1 Feb 2022 16:05:26 +0000 (11:05 -0500)
Reported by Andreas Schwab <schwab@linux-m68k.org>

malloc/tst-mallocalign1.c

index 3116748e7ecffccb36be63887ab359631284fad9..ed88c244e2457eafebbe84ec40630093c6567e51 100644 (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_tp & MALLOC_ALIGN_MASK) == 0)
 
 static int
 do_test (void)