From 75fb803d0df021f3983da81735094adce7dd3009 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 22 Feb 2011 08:21:47 -0700 Subject: maint: adjust cpp indentation for my modules, as well * Makefile (sc_cpp_indent_check): Add my name. * lib/fbufmode.c: Filter through cppi. * lib/fpurge.c: Likewise. * lib/freadable.c: Likewise. * lib/freading.c: Likewise. * lib/fwritable.c: Likewise. * lib/fwriting.c: Likewise. * lib/sigaction.c: Likewise. Signed-off-by: Eric Blake --- lib/sigaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sigaction.c') diff --git a/lib/sigaction.c b/lib/sigaction.c index 298895b56c..e6a55da864 100644 --- a/lib/sigaction.c +++ b/lib/sigaction.c @@ -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 -- cgit v1.2.1