mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
standardize on "return foo;" rather than "return(foo);" or "return (foo);"
This commit is contained in:
@@ -122,7 +122,7 @@ sudo_read_conf(const char *conf_file)
|
||||
|
||||
done:
|
||||
|
||||
return(&pil);
|
||||
return &pil;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user