summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignalchecksignal.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
commit874297f3bea7761cf05ae26540b7a9e21d4a6e1d (patch)
tree3f514864e20beb9becc81d77053abec90d281a1a /cpukit/posix/src/psignalchecksignal.c
parentRemove stray white spaces. (diff)
downloadrtems-874297f3bea7761cf05ae26540b7a9e21d4a6e1d.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/posix/src/psignalchecksignal.c')
-rw-r--r--cpukit/posix/src/psignalchecksignal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/psignalchecksignal.c b/cpukit/posix/src/psignalchecksignal.c
index 9832331774..0da7887afd 100644
--- a/cpukit/posix/src/psignalchecksignal.c
+++ b/cpukit/posix/src/psignalchecksignal.c
@@ -45,11 +45,11 @@ boolean _POSIX_signals_Check_signal(
/*
* Since we made a union of these, only one test is necessary but this is
* safer.
- */
+ */
assert( _POSIX_signals_Vectors[ signo ].sa_handler ||
_POSIX_signals_Vectors[ signo ].sa_sigaction );
-
+
/*
* Just to prevent sending a signal which is currently being ignored.
*/
@@ -86,7 +86,7 @@ boolean _POSIX_signals_Check_signal(
/*
* Restore the previous set of blocked signals
*/
-
+
api->signals_blocked = saved_signals_blocked;
return TRUE;