From af5442e540b7913f382e7691053c91472b867254 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 17 Aug 2009 13:18:18 +0100 Subject: [PATCH] Fix coding style (tabs vs. spaces --- libempathy/empathy-account-manager.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 0bc0fe6f..bc5d6e37 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, -- 2.39.2