diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-13 02:17:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-13 02:25:29 +0800 |
commit | 557c7faedb00dddc519226dec258a33dfdd63d32 (patch) | |
tree | 172fb6a3e46f30709ddb1c298924126c4c2ea331 /libempathy-gtk/empathy-log-window.c | |
parent | 0dc52c58e16a3438ae6de9f6cf80f973d856d0f7 (diff) | |
download | gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar.gz gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar.bz2 gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar.lz gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar.xz gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.tar.zst gsoc2013-empathy-557c7faedb00dddc519226dec258a33dfdd63d32.zip |
empathy-log-window: coding style fixes
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | 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 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); |