summaryrefslogtreecommitdiff
path: root/elf/ifuncmain5.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-22 15:10:30 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-22 15:10:30 -0700
commite364e6f11861d3354e4e9b2c2e04816688c14770 (patch)
treed0940249197b21221fec65bc74dc933f2cbaf698 /elf/ifuncmain5.c
parent3c30afc8625c680257b91638c3d9bee01e1fe778 (diff)
Clean up whitespaces in last patch.
Diffstat (limited to 'elf/ifuncmain5.c')
-rw-r--r--elf/ifuncmain5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c
index 819a443904..7f128d006e 100644
--- a/elf/ifuncmain5.c
+++ b/elf/ifuncmain5.c
@@ -27,7 +27,7 @@ int
main (void)
{
foo_p p;
-
+
p = get_foo ();
if ((*p) () != -1)
abort ();