From: Abigail Date: Sat, 23 Jul 2005 02:32:35 +0000 (+0200) Subject: Whitespace X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7aad5deb89675c445faa3755be38347eeb5a32c;p=p5sagit%2Fp5-mst-13.2.git Whitespace Message-ID: <20050723003235.GJ15093@abigail.nl> Date: Sat, 23 Jul 2005 02:32:35 +0200 p4raw-id: //depot/perl@25309 --- diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 79aa58d..36b24d9 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -1408,8 +1408,8 @@ sigaction(sig, optaction, oldaction = 0) * essentially meaningless anyway. */ RETVAL = sigaction(sig, & act, (struct sigaction *)0); - if(RETVAL == -1) - XSRETURN_UNDEF; + if(RETVAL == -1) + XSRETURN_UNDEF; } LEAVE;