summaryrefslogtreecommitdiff
path: root/elf/ifuncmain6pie.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-22 15:11:18 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-22 15:11:18 -0700
commit9618c7c20e1dac85834bd17f4591ea80f88b758d (patch)
tree6f87f19ac524f778f9dde357febe175f1afd027f /elf/ifuncmain6pie.c
parente364e6f11861d3354e4e9b2c2e04816688c14770 (diff)
More whitespace cleanups.
Diffstat (limited to 'elf/ifuncmain6pie.c')
-rw-r--r--elf/ifuncmain6pie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain6pie.c b/elf/ifuncmain6pie.c
index 7e757e335f..06f179bf9d 100644
--- a/elf/ifuncmain6pie.c
+++ b/elf/ifuncmain6pie.c
@@ -19,7 +19,7 @@ one (void)
void * foo_ifunc (void) __asm__ ("foo");
__asm__(".type foo, %gnu_indirect_function");
-void *
+void *
foo_ifunc (void)
{
return one;