]> git.0d.be Git - empathy.git/commitdiff
empathy-log-window: coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:17:49 +0000 (20:17 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:25:29 +0000 (20:25 +0200)
libempathy-gtk/empathy-log-window.c

index afecd751c3571662d0a371020e143eae2d7233d0..986a3af2cddafec76803da4ba1ea5112cbe1157c 100644 (file)
@@ -524,10 +524,10 @@ log_manager_searched_new_cb (GObject *manager,
                                        continue;
                        }
 
-                       g_date_strftime (date_readable, sizeof(date_readable),
+                       g_date_strftime (date_readable, sizeof (date_readable),
                                EMPATHY_TIME_FORMAT_DISPLAY_LONG, hit->date);
 
-                       g_date_strftime (tmp, sizeof(tmp),
+                       g_date_strftime (tmp, sizeof (tmp),
                                "%Y%m%d", hit->date);
 
                        account_name = tp_account_get_display_name (hit->account);