mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Apply clang format to files
Also add brackets for all scopes at the same time
This commit is contained in:
@ -37,7 +37,7 @@ void term_game_mode();
|
||||
|
||||
// Add or remove games to the tracker
|
||||
// Tracker will automatically start and stop game mode as appropriate
|
||||
void register_game( int pid );
|
||||
void unregister_game( int pid );
|
||||
void register_game(int pid);
|
||||
void unregister_game(int pid);
|
||||
|
||||
#endif // _GAME_MODE_GAMEMODE_H_
|
||||
|
Reference in New Issue
Block a user