From 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 02:29:46 -0400 Subject: Update source file format: remove TABs, use GNU coding styles. --- signame.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'signame.c') diff --git a/signame.c b/signame.c index 027bba0..c8e45da 100644 --- a/signame.c +++ b/signame.c @@ -27,11 +27,11 @@ this program. If not, see . */ #if !HAVE_DECL_SYS_SIGLIST /* Some systems do not define NSIG in . */ -#ifndef NSIG -#ifdef _NSIG -#define NSIG _NSIG +#ifndef NSIG +#ifdef _NSIG +#define NSIG _NSIG #else -#define NSIG 32 +#define NSIG 32 #endif #endif -- cgit v1.2.3