More whitespace cleanups.

This commit is contained in:
Ulrich Drepper 2009-06-22 15:11:18 -07:00
parent e364e6f118
commit 9618c7c20e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -17,7 +17,7 @@ one (void)
static void * foo_ifunc (void) __asm__ ("foo");
__asm__(".type foo, %gnu_indirect_function");
static void *
static void *
__attribute__ ((used))
foo_ifunc (void)
{