mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-05 20:58:29 +02:00
Apply clang-format to commit d26ac60
This commit is contained in:
@@ -55,10 +55,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "gamemode.h"
|
||||
#include "logging.h"
|
||||
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <systemd/sd-daemon.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define USAGE_TEXT \
|
||||
@@ -75,7 +75,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
static void sigint_handler(__attribute__((unused)) int signo)
|
||||
{
|
||||
LOG_MSG("Quitting by request...\n");
|
||||
sd_notify(0,"STATUS=GameMode is quitting by request...\n");
|
||||
sd_notify(0, "STATUS=GameMode is quitting by request...\n");
|
||||
|
||||
/* Clean up nicely */
|
||||
game_mode_context_destroy(game_mode_context_instance());
|
||||
@@ -146,5 +146,5 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* Log we're finished */
|
||||
LOG_MSG("Quitting naturally...\n");
|
||||
sd_notify(0,"STATUS=GameMode is quitting naturally...\n");
|
||||
sd_notify(0, "STATUS=GameMode is quitting naturally...\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user