summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/killinfo.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-11 15:43:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-11 15:43:16 +0000
commit75582835c72489ca598e662cd496f988b1cd8228 (patch)
tree86f161483ea06c960a78a059d22a321333d17236 /cpukit/posix/src/killinfo.c
parentThis test was enhanced to test for the case in sigtimedwait() where it (diff)
downloadrtems-75582835c72489ca598e662cd496f988b1cd8228.tar.bz2
Fixed spacing.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/killinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
index 57f40e94bf..1044b50eb3 100644
--- a/cpukit/posix/src/killinfo.c
+++ b/cpukit/posix/src/killinfo.c
@@ -59,7 +59,7 @@ int killinfo(
* Only supported for the "calling process" (i.e. this node).
*/
- if( pid != getpid() )
+ if ( pid != getpid() )
set_errno_and_return_minus_one( ESRCH );
/*