Apply clang format to files

Also add brackets for all scopes at the same time
This commit is contained in:
Marc Di Luzio
2018-01-15 12:22:25 +00:00
parent ee1c51d0b0
commit 2bbaab129b
15 changed files with 378 additions and 357 deletions

View File

@@ -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_