[empathy] empathy-log-window: coding style fixes



commit 557c7faedb00dddc519226dec258a33dfdd63d32
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jul 12 20:17:49 2010 +0200

    empathy-log-window: coding style fixes

 libempathy-gtk/empathy-log-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index afecd75..986a3af 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);



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