public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] malloc: Fix tst-mallocalign1 macro spacing.
@ 2022-02-01 17:07 Carlos O'Donell
  0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2022-02-01 17:07 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f77bcb70b8ba0046b66a7ff1ed1e7ef0d4eef963

commit f77bcb70b8ba0046b66a7ff1ed1e7ef0d4eef963
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Feb 1 11:03:32 2022 -0500

    malloc: Fix tst-mallocalign1 macro spacing.
    
    Reported by Andreas Schwab <schwab@linux-m68k.org>

Diff:
---
 malloc/tst-mallocalign1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/malloc/tst-mallocalign1.c b/malloc/tst-mallocalign1.c
index 3116748e7e..ed88c244e2 100644
--- a/malloc/tst-mallocalign1.c
+++ b/malloc/tst-mallocalign1.c
@@ -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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-01 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 17:07 [glibc] malloc: Fix tst-mallocalign1 macro spacing Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).