From: Siddhesh Poyarekar Date: Tue, 14 Jul 2015 14:14:55 +0000 (+0530) Subject: Whitespace fix in tst-tls-atexit.c X-Git-Tag: upstream/2.24~1378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e7e971a91f03353189d37909a467b3fb6c6ec92;p=platform%2Fupstream%2Fglibc.git Whitespace fix in tst-tls-atexit.c --- diff --git a/ChangeLog b/ChangeLog index dfef5e0..78e16f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-14 Siddhesh Poyarekar + + * stdlib/tst-tls-atexit.c (load): Fix up whitespace. + 2015-04-01 Wilco Dijkstra * 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) {