aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-interface.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-16 11:47:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-16 11:47:55 +0200
commit6e61c304f382cf1fe31352ef3c80b261c0712b30 (patch)
tree049896ad7b1883ca23c68291e9521d0e25be9df8 /tests/dbus-interface.c
parentdc1016e6cdaf1a1761746b095427b367b19c6f00 (diff)
downloadremote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.tar.gz
remote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.tar.bz2
remote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.zip
White-space clean-up at EOLs.
Diffstat (limited to 'tests/dbus-interface.c')
-rw-r--r--tests/dbus-interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dbus-interface.c b/tests/dbus-interface.c
index e67b60c..560a971 100644
--- a/tests/dbus-interface.c
+++ b/tests/dbus-interface.c
@@ -515,7 +515,7 @@ test_setlastused_basic (void)
GDBusConnection * session = g_bus_get_sync(G_BUS_TYPE_SESSION, NULL, NULL);
g_dbus_connection_set_exit_on_close(session, FALSE);
-
+
g_assert(slmock_check_login(session, &slmock_table[1], TRUE));
GError * error = NULL;
@@ -540,13 +540,13 @@ test_setlastused_basic (void)
g_assert(retval != NULL);
g_assert(g_variant_n_children(retval) == 0);
g_variant_unref(retval);
-
+
g_assert(slmock_check_login(session, &slmock_table[3], FALSE));
g_object_unref(session);
g_object_unref(rls);
g_object_unref(service);
-
+
return;
}