From 557c7faedb00dddc519226dec258a33dfdd63d32 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 12 Jul 2010 20:17:49 +0200 Subject: empathy-log-window: coding style fixes --- libempathy-gtk/empathy-log-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index afecd751c..986a3af2c 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -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); -- cgit v1.2.3