Fix up whitespaces.

This commit is contained in:
Ulrich Drepper 2009-11-06 09:34:23 -08:00
parent 868f7a4053
commit 639d6699e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}