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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user