From 8e7e971a91f03353189d37909a467b3fb6c6ec92 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 14 Jul 2015 19:44:55 +0530 Subject: Whitespace fix in tst-tls-atexit.c --- stdlib/tst-tls-atexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/tst-tls-atexit.c') diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c index 5ee04a88c1..974264dcd7 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) { -- cgit 1.4.1