From c139e536d8aa71e7473314d07082631a4fa278ec Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 22 Dec 2017 09:58:07 +1300 Subject: Remove trailing whitespace --- src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.1