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