standardize on "return foo;" rather than "return(foo);" or "return (foo);"
This commit is contained in:
@@ -154,7 +154,7 @@ static int
|
||||
group_plugin_query(const char *user, const char *group,
|
||||
const struct passwd *pwd)
|
||||
{
|
||||
return (group_plugin->query)(user, group, pwd);
|
||||
return group_plugin->query)(user, group, pwd;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user