summaryrefslogtreecommitdiff
path: root/elf/ifuncmain1.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-05 20:44:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-05 20:44:03 +0000
commit9c84384cc18ff589233628c193953ca8d7a39f5c (patch)
tree95d1f5aee409b208db7545d678012eeae9559fae /elf/ifuncmain1.c
parent5556231db2301917cd14a7450de4eba2368c9763 (diff)
Remove trailing whitespace.
Diffstat (limited to 'elf/ifuncmain1.c')
-rw-r--r--elf/ifuncmain1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain1.c b/elf/ifuncmain1.c
index cc1e5ec5ba..747fc02648 100644
--- a/elf/ifuncmain1.c
+++ b/elf/ifuncmain1.c
@@ -29,7 +29,7 @@ int
main (void)
{
foo_p p;
-
+
if (foo_ptr != foo)
abort ();
if (foo () != -1)