mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Fix white space as well.
This commit is contained in:
parent
b627fdd585
commit
e81c64bba1
@ -396,7 +396,7 @@ __signal_safe_memalign (size_t boundary, size_t size)
|
||||
boundary = sizeof (*header);
|
||||
|
||||
/* Boundary must be a power of two. */
|
||||
if (!powerof2(boundary))
|
||||
if (!powerof2 (boundary))
|
||||
return NULL;
|
||||
|
||||
size_t pg = GLRO (dl_pagesize);
|
||||
|
Loading…
Reference in New Issue
Block a user