mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
Coding style fix
This commit is contained in:
@ -75,7 +75,8 @@ signal_handler (int signo,
|
|||||||
|
|
||||||
dump_data (app);
|
dump_data (app);
|
||||||
|
|
||||||
while (g_main_context_iteration (NULL, FALSE));
|
while (g_main_context_iteration (NULL, FALSE))
|
||||||
|
;
|
||||||
|
|
||||||
g_main_loop_quit (app->main_loop);
|
g_main_loop_quit (app->main_loop);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user