(__libc_csu_fini): Pretty printing.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Jul 2005 16:49:20 +0000 (16:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Jul 2005 16:49:20 +0000 (16:49 +0000)
csu/elf-init.c

index 7ac7944..145eb3e 100644 (file)
@@ -93,11 +93,11 @@ void
 __libc_csu_fini (void)
 {
 #ifndef LIBC_NONSHARED
-#ifdef HAVE_INITFINI_ARRAY
+# ifdef HAVE_INITFINI_ARRAY
   size_t i = __fini_array_end - __fini_array_start;
   while (i-- > 0)
     (*__fini_array_start [i]) ();
-#endif
+# endif
 
   _fini ();
 #endif