style cleanup: return(a) -> return a, part 2
This commit is contained in:
@@ -71,7 +71,7 @@ static int remove_ids(type_id type, int argc, char **argv)
|
||||
argv++;
|
||||
}
|
||||
|
||||
return (nb_errors);
|
||||
return nb_errors;
|
||||
}
|
||||
#endif /* #ifndef CONFIG_IPCRM_DROP_LEGACY */
|
||||
|
||||
|
Reference in New Issue
Block a user