* [COMMITTED PATCH] Whitespace fix in tst-tls-atexit.c
@ 2015-07-14 14:59 Siddhesh Poyarekar
0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2015-07-14 14:59 UTC (permalink / raw)
To: libc-alpha
---
ChangeLog | 4 ++++
stdlib/tst-tls-atexit.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index dfef5e0..78e16f5 100644
--- 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
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 5ee04a8..974264d 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -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)
{
--
2.4.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-14 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 14:59 [COMMITTED PATCH] Whitespace fix in tst-tls-atexit.c Siddhesh Poyarekar
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).