From 2b68764c42ea7f4d48e4d8206dfe20cd7abce03a Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 18 Sep 2021 13:18:18 -0400 Subject: [PATCH] whitespace fix --- uxplay.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index 4be3cdc..7161b62 100755 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -70,7 +70,8 @@ gboolean connection_callback (gpointer loop){ } return TRUE; } - static gboolean sigint_callback(gpointer loop) { + +static gboolean sigint_callback(gpointer loop) { relaunch_server = false; g_main_loop_quit((GMainLoop *) loop); return TRUE;