Skip to content

Commit

Permalink
More whitespace cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jun 22, 2009
1 parent e364e6f commit 9618c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elf/ifuncmain6pie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion elf/ifuncmain7.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9618c7c

Please sign in to comment.