From 558998c27217a0b92188d0870f8510e86194985b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 21 Feb 2012 16:01:56 +0100 Subject: debug-window: coding style fixes --- src/empathy-debug-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index 448c06f69..ac0bf9a91 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); } -- cgit v1.2.3