clang-format
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
* Just calls the sync() system call.
|
||||
*/
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
sync();
|
||||
return 0;
|
||||
int main(void) {
|
||||
sync();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user