From 8e99dde4875f02654c2738c2c9b0e8d0385f82ba Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Jan 2012 13:36:38 +0100 Subject: [PATCH] coding style fix https://bugs.freedesktop.org/show_bug.cgi?id=45120 --- tests/dbus/account-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/dbus/account-manager.c b/tests/dbus/account-manager.c index 8a6153e..b79f813 100644 --- a/tests/dbus/account-manager.c +++ b/tests/dbus/account-manager.c @@ -560,7 +560,7 @@ test_prepare_most_available (Test *test, g_ptr_array_add (accounts, g_strdup (ACCOUNT1_PATH)); if (nb_accounts >= 2) - g_ptr_array_add (accounts, g_strdup (ACCOUNT2_PATH)); + g_ptr_array_add (accounts, g_strdup (ACCOUNT2_PATH)); tp_tests_simple_account_manager_set_valid_accounts (test->service, accounts); g_ptr_array_unref (accounts); -- 1.7.7.6