style cleanup: return(a) -> return a, part 1
This commit is contained in:
@@ -549,7 +549,7 @@ static char *find_fsck(char *type)
|
||||
free(s);
|
||||
}
|
||||
free(p);
|
||||
return(s);
|
||||
return s;
|
||||
}
|
||||
|
||||
static int progress_active(void)
|
||||
|
Reference in New Issue
Block a user