From 75582835c72489ca598e662cd496f988b1cd8228 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jan 2000 15:43:16 +0000 Subject: Fixed spacing. --- cpukit/posix/src/killinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/killinfo.c') 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 ); /* -- cgit v1.2.3