Whitespace fix in tst-tls-atexit.c
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 14 Jul 2015 14:14:55 +0000 (19:44 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 14 Jul 2015 14:14:55 +0000 (19:44 +0530)
ChangeLog
stdlib/tst-tls-atexit.c

index dfef5e0..78e16f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
+
 2015-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * sysdeps/aarch64/fpu/math_private.h
index 5ee04a8..974264d 100644 (file)
@@ -40,7 +40,7 @@ load (void *u)
       return (void *) (uintptr_t) 1;
     }
 
-  void (*foo) (void) = (void (*) (void)) dlsym(handle, "do_foo");
+  void (*foo) (void) = (void (*) (void)) dlsym (handle, "do_foo");
 
   if (foo == NULL)
     {