1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Whitespace fix in tst-tls-atexit.c

This commit is contained in:
Siddhesh Poyarekar
2015-07-14 19:44:55 +05:30
parent 82641e16aa
commit 8e7e971a91
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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)
{