Fixed spacing.

This commit is contained in:
Joel Sherrill
2000-01-11 15:43:16 +00:00
parent e0c01614d9
commit 75582835c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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 );
/*

View File

@@ -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 );
/*