[empathy] debug-window: coding style fixes



commit 558998c27217a0b92188d0870f8510e86194985b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Feb 21 16:01:56 2012 +0100

    debug-window: coding style fixes

 src/empathy-debug-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 448c06f..ac0bf9a 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -564,7 +564,7 @@ finally:
   g_object_unref (pause_buffer);
 }
 
-static GtkListStore*
+static GtkListStore *
 new_list_store_for_service (void)
 {
   return gtk_list_store_new (NUM_DEBUG_COLS,
@@ -1614,7 +1614,7 @@ debug_window_save_clicked_cb (GtkToolButton *tool_button,
   tm_s = localtime (&t);
   if (tm_s != NULL)
     {
-      if (strftime(time_str, sizeof (time_str), "%d-%m-%y_%H-%M-%S", tm_s))
+      if (strftime (time_str, sizeof (time_str), "%d-%m-%y_%H-%M-%S", tm_s))
         tmp = g_strdup_printf ("%s-%s.log", name, time_str);
     }
 



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