standardize on "return foo;" rather than "return(foo);" or "return (foo);"
This commit is contained in:
@@ -104,7 +104,7 @@ fmt_string(const char *var, const char *val)
|
||||
*cp = '\0';
|
||||
}
|
||||
|
||||
return(str);
|
||||
return str;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user