mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00: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_VALUE_TYPE fixup
|
||||||
= DL_FIXUP_MAKE_VALUE (result, (ElfW(Addr)) value);
|
= DL_FIXUP_MAKE_VALUE (result, (ElfW(Addr)) value);
|
||||||
fixup =
|
fixup =
|
||||||
((DL_FIXUP_VALUE_TYPE (*) (void)) DL_FIXUP_VALUE_ADDR (fixup)) ();
|
((DL_FIXUP_VALUE_TYPE (*) (void)) DL_FIXUP_VALUE_ADDR (fixup)) ();
|
||||||
value = (void *) DL_FIXUP_VALUE_CODE_ADDR (fixup);
|
value = (void *) DL_FIXUP_VALUE_CODE_ADDR (fixup);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user