mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-11-07 09:24:16 +01:00
Update procsysctl.c
fixed format to match the proper codingstyle
This commit is contained in:
committed by
afayaz-feral
parent
162374c026
commit
7389d5ed1d
@@ -69,6 +69,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
fprintf(stderr, "usage: procsysctl KEY VALUE\n");
|
||||
fprintf (stderr, "where KEY can by any of 'split_lock_mitigate'\n");
|
||||
fprintf(stderr, "where KEY can by any of 'split_lock_mitigate'\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user