mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
whitespace fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user