standardize on "return foo;" rather than "return(foo);" or "return (foo);"
This commit is contained in:
@@ -346,7 +346,7 @@ suspend_parent(int signo)
|
||||
break;
|
||||
}
|
||||
|
||||
return(rval);
|
||||
return rval;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user