Style: remove a space between a function name and the opening
paranthesis. Submitted by: Max Okumoto <okumoto@ucsd.edu>
This commit is contained in:
parent
5f05e672b6
commit
81deb36901
@ -195,7 +195,7 @@ CompatInterrupt (int signo)
|
||||
*-----------------------------------------------------------------------
|
||||
*/
|
||||
static int
|
||||
shellneed (char *cmd)
|
||||
shellneed(char *cmd)
|
||||
{
|
||||
char **av;
|
||||
const char *const *p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user