From: Guillaume Desmottes Date: Mon, 16 Jan 2012 13:32:55 +0000 (+0100) Subject: coding style fix X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=d59b7870dbd7afd1e63f94d953a35306d7b9909c coding style fix --- diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 55e23380..cf64bc77 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -393,7 +393,7 @@ empathy_account_get_error_message (TpAccount *account, { const gchar *dbus_error; const gchar *message; - const GHashTable *details = NULL; + const GHashTable *details = NULL; TpConnectionStatusReason reason; dbus_error = tp_account_get_detailed_error (account, &details);