diff lib/sigaction.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents 5fbf24129e48
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/sigaction.c
+++ b/lib/sigaction.c
@@ -91,7 +91,7 @@
     {
       /* Unexpected situation; be careful to avoid recursive abort.  */
       if (sig == SIGABRT)
-	signal (SIGABRT, SIG_DFL);
+        signal (SIGABRT, SIG_DFL);
       abort ();
     }