about summary refs log tree commit diff
path: root/elf/ifuncmain5.c
diff options
context:
space:
mode:
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 ();