[empathy/mc5: 382/483] Fix coding style (tabs vs. spaces
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5: 382/483] Fix coding style (tabs vs. spaces
- Date: Fri, 21 Aug 2009 17:19:45 +0000 (UTC)
commit af5442e540b7913f382e7691053c91472b867254
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Mon Aug 17 13:18:18 2009 +0100
Fix coding style (tabs vs. spaces
libempathy/empathy-account-manager.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index 0bc0fe6..bc5d6e3 100644
--- a/libempathy/empathy-account-manager.c
+++ b/libempathy/empathy-account-manager.c
@@ -507,13 +507,13 @@ do_dispose (GObject *obj)
g_hash_table_iter_init (&iter, priv->create_results);
while (g_hash_table_iter_next (&iter, NULL, (gpointer *) &result))
- {
- g_simple_async_result_set_error (result, G_IO_ERROR,
+ {
+ g_simple_async_result_set_error (result, G_IO_ERROR,
G_IO_ERROR_CANCELLED, "The account manager was disposed while "
"creating the account");
- g_simple_async_result_complete (result);
- g_object_unref (result);
- }
+ g_simple_async_result_complete (result);
+ g_object_unref (result);
+ }
}
tp_dbus_daemon_cancel_name_owner_watch (priv->dbus,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]