]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix white space as well.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 19 Dec 2013 18:51:50 +0000 (10:51 -0800)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 19 Dec 2013 18:51:50 +0000 (10:51 -0800)
elf/dl-misc.c

index ad2d8ac9647feabf9dd1c57dd244c2c255724f81..b529af3f4b521d1abbac1d7e30676374563166c2 100644 (file)
@@ -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);