style cleanup: return(a) -> return a, part 1
This commit is contained in:
@@ -85,7 +85,7 @@ static int run_parts(char **args, const unsigned char test_mode)
|
||||
|
||||
if (entries == -1) {
|
||||
if (test_mode & 2) {
|
||||
return(2);
|
||||
return 2;
|
||||
}
|
||||
bb_perror_msg_and_die("cannot open '%s'", arg0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user