From e364e6f11861d3354e4e9b2c2e04816688c14770 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 22 Jun 2009 15:10:30 -0700 Subject: Clean up whitespaces in last patch. --- elf/ifuncmod5.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'elf/ifuncmod5.c') diff --git a/elf/ifuncmod5.c b/elf/ifuncmod5.c index 48388967b5..2ca1c71541 100644 --- a/elf/ifuncmod5.c +++ b/elf/ifuncmod5.c @@ -15,7 +15,7 @@ minus_one (void) } static int -zero (void) +zero (void) { return 0; } @@ -23,7 +23,7 @@ zero (void) void * foo_ifunc (void) __asm__ ("foo"); __asm__(".type foo, %gnu_indirect_function"); -void * +void * foo_ifunc (void) { switch (global) @@ -40,7 +40,7 @@ foo_ifunc (void) void * foo_hidden_ifunc (void) __asm__ ("foo_hidden"); __asm__(".type foo_hidden, %gnu_indirect_function"); -void * +void * foo_hidden_ifunc (void) { switch (global) @@ -57,7 +57,7 @@ foo_hidden_ifunc (void) void * foo_protected_ifunc (void) __asm__ ("foo_protected"); __asm__(".type foo_protected, %gnu_indirect_function"); -void * +void * foo_protected_ifunc (void) { switch (global) -- cgit v1.2.1