diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 20:18:18 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 20:18:18 +0800 |
commit | af5442e540b7913f382e7691053c91472b867254 (patch) | |
tree | c7bfeeca934ebd76697fd574c8514d74cd3de0c6 /libempathy | |
parent | b7bc2ba10f00bf35fb6615e9565e69618b1528d3 (diff) | |
download | gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar.gz gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar.bz2 gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar.lz gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar.xz gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.tar.zst gsoc2013-empathy-af5442e540b7913f382e7691053c91472b867254.zip |
Fix coding style (tabs vs. spaces
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 0bc0fe6f1..bc5d6e37d 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, |