strstr: Update cross-compilation guess.
[pspp] / lib / sigaction.c
index 298895b56c0572a225657dff3cec103080abd3e0..e6a55da864a7aceaf7f5a4a3c83145275a5cd3ba 100644 (file)
@@ -142,10 +142,10 @@ sigaction (int sig, const struct sigaction *restrict act,
       return -1;
     }
 
-  #ifdef SIGABRT_COMPAT
+#ifdef SIGABRT_COMPAT
   if (sig == SIGABRT_COMPAT)
     sig = SIGABRT;
-  #endif
+#endif
 
   /* POSIX requires sigaction() to be async-signal-safe.  In other
      words, if an asynchronous signal can occur while we are anywhere