style cleanup: return(a) -> return a, part 1
This commit is contained in:
@ -19,5 +19,5 @@ int sync_main(int argc, char **argv)
|
||||
|
||||
sync();
|
||||
|
||||
return(EXIT_SUCCESS);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user