More whitespace cleanups.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 Jun 2009 22:11:18 +0000 (15:11 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 Jun 2009 22:11:18 +0000 (15:11 -0700)
elf/ifuncmain6pie.c
elf/ifuncmain7.c

index 7e757e3..06f179b 100644 (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;
index 8832c7f..099e929 100644 (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)
 {