summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-22 09:58:07 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-22 09:58:07 +1300
commitc139e536d8aa71e7473314d07082631a4fa278ec (patch)
treec588d48192ebe0d08c34e5a81c935b0cadd5206e
parent4eae3aaf2c411f4608b1ebbeb9299d9a54ca44ef (diff)
downloadaccountsservice-c139e536d8aa71e7473314d07082631a4fa278ec.tar.gz
Remove trailing whitespace
-rw-r--r--src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 169f20f..3d588ac 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -90,7 +90,7 @@ G_DEFINE_TYPE_WITH_CODE (Daemon, daemon, ACCOUNTS_TYPE_ACCOUNTS_SKELETON, G_IMPL
G_DEFINE_AUTOPTR_CLEANUP_FUNC (Daemon, g_object_unref)
static const GDBusErrorEntry accounts_error_entries[] =
-{
+{
{ ERROR_FAILED, "org.freedesktop.Accounts.Error.Failed" },
{ ERROR_USER_EXISTS, "org.freedesktop.Accounts.Error.UserExists" },
{ ERROR_USER_DOES_NOT_EXIST, "org.freedesktop.Accounts.Error.UserDoesNotExist" },