From b82c3fa8069b4aafda5bcc9c57d975d3006d5f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 8 Feb 2010 13:20:58 -0500 Subject: [PATCH] Coding style fix --- sysprof-cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysprof-cli.c b/sysprof-cli.c index bfc0e361..7d0409cd 100644 --- a/sysprof-cli.c +++ b/sysprof-cli.c @@ -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); }