mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
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