Apply clang-format to commit d26ac60

This commit is contained in:
Marc Di Luzio
2018-04-16 17:46:32 +01:00
parent d9727e9d38
commit 52a99a2102
3 changed files with 8 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ void game_mode_context_loop(GameModeContext *context)
}
LOG_MSG("Successfully initialised bus with name [%s]...\n", "com.feralinteractive.GameMode");
sd_notifyf(0,"STATUS=%sGameMode is ready to be activated.%s\n", "\x1B[1;36m", "\x1B[0m");
sd_notifyf(0, "STATUS=%sGameMode is ready to be activated.%s\n", "\x1B[1;36m", "\x1B[0m");
/* Now loop, waiting for callbacks */
for (;;) {