mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix up whitespaces.
This commit is contained in:
parent
868f7a4053
commit
639d6699e9
@ -196,7 +196,7 @@ RTLD_NEXT used in code not dynamically loaded"));
|
||||
{
|
||||
DL_FIXUP_VALUE_TYPE fixup
|
||||
= DL_FIXUP_MAKE_VALUE (result, (ElfW(Addr)) value);
|
||||
fixup =
|
||||
fixup =
|
||||
((DL_FIXUP_VALUE_TYPE (*) (void)) DL_FIXUP_VALUE_ADDR (fixup)) ();
|
||||
value = (void *) DL_FIXUP_VALUE_CODE_ADDR (fixup);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user