aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r--libempathy-gtk/empathy-log-window.c4
1 files 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);