aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 0fcd759..346d87e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,11 +21,11 @@
int main() {
- GMainLoop *mloop;
- mloop = g_main_loop_new(NULL, TRUE);
-
- g_main_loop_run(mloop);
- g_main_loop_unref(mloop);
+ GMainLoop *mloop;
+ mloop = g_main_loop_new(NULL, TRUE);
+
+ g_main_loop_run(mloop);
+ g_main_loop_unref(mloop);
- return 0;
+ return 0;
}