summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2005-07-23 04:32:35 +0200
committerNicholas Clark <nick@ccl4.org>2005-08-19 21:19:37 +0000
commita7aad5deb89675c445faa3755be38347eeb5a32c (patch)
treedc5756e83fda779ed0e52dd5287b2779dde06e0d /ext/POSIX
parent27688d77084069fcb656e12fab5d3ee0ba810e6c (diff)
downloadperl-a7aad5deb89675c445faa3755be38347eeb5a32c.tar.gz
Whitespace
Message-ID: <20050723003235.GJ15093@abigail.nl> Date: Sat, 23 Jul 2005 02:32:35 +0200 p4raw-id: //depot/perl@25309
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 79aa58d1a5..36b24d9cfc 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;