mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-13 16:39:22 +02:00
Apply clang format to files
Also add brackets for all scopes at the same time
This commit is contained in:
@@ -35,9 +35,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
void update_initial_gov_state();
|
||||
|
||||
// Get the initial governor state
|
||||
const char* get_initial_governor();
|
||||
const char *get_initial_governor();
|
||||
|
||||
// Sets all governors to a value, if null argument provided, will reset them back
|
||||
void set_governors( const char* value );
|
||||
void set_governors(const char *value);
|
||||
|
||||
#endif // _GOVERNORS_GAMEMODE_H_
|
||||
|
Reference in New Issue
Block a user