summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2010-02-08 13:20:58 -0500
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2010-02-08 13:20:58 -0500
commitb82c3fa8069b4aafda5bcc9c57d975d3006d5f7a (patch)
treec7fdc3fcd36baefa8d2cb4f5ccca751ea5a42d82
parent106a734c4fea4d19cb705d773eedffc255c38919 (diff)
Coding style fix
-rw-r--r--sysprof-cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysprof-cli.c b/sysprof-cli.c
index bfc0e36..7d0409c 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);
}