Use spaces for indentation, not tabs.
[gnulib.git] / lib / sigaction.c
index 5fcd3ed..c05459e 100644 (file)
@@ -91,7 +91,7 @@ sigaction_handler (int sig)
     {
       /* Unexpected situation; be careful to avoid recursive abort.  */
       if (sig == SIGABRT)
-       signal (SIGABRT, SIG_DFL);
+        signal (SIGABRT, SIG_DFL);
       abort ();
     }