[sysprof] Coding style fix



commit b82c3fa8069b4aafda5bcc9c57d975d3006d5f7a
Author: Søren Sandmann Pedersen <sandmann daimi au dk>
Date:   Mon Feb 8 13:20:58 2010 -0500

    Coding style fix

 sysprof-cli.c |    3 ++-
 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]