summaryrefslogtreecommitdiff
path: root/elf/dl-sym.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-06 09:34:23 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-06 09:34:23 -0800
commit639d6699e9943c393f5fb5a9b84ab24e20bb7a93 (patch)
tree5598168abbf76adcd52476b1e10313d78a574eb0 /elf/dl-sym.c
parent868f7a4053502783ab0348736230f093a78f3d46 (diff)
Fix up whitespaces.
Diffstat (limited to 'elf/dl-sym.c')
-rw-r--r--elf/dl-sym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-sym.c b/elf/dl-sym.c
index 0fa3b3ae47..4faf05c00b 100644
--- a/elf/dl-sym.c
+++ b/elf/dl-sym.c
@@ -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);
}