]> git.0d.be Git - empathy.git/commitdiff
debug-window: coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 15:01:56 +0000 (16:01 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 21 Feb 2012 15:06:11 +0000 (16:06 +0100)
src/empathy-debug-window.c

index 448c06f6921da5be506fe8cd0fbcc473b8ddfc54..ac0bf9a919375c6f68c96ffa7f966e74c9dbf454 100644 (file)
@@ -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);
     }