forked from Imagelibrary/rtems
Fixed spacing.
This commit is contained in:
@@ -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 );
|
||||
|
||||
/*
|
||||
|
||||
@@ -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 );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user