]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/accounts.c
Control more of D-Bus in the regression tests
[sojka/lightdm.git] / src / accounts.c
index cef5136e036785aeb5acafb2ab9a9f7e93748a24..e974c543f187913919e54bd1de71161779f131ab 100644 (file)
@@ -160,7 +160,7 @@ get_accounts_service_proxy ()
 
     if (have_accounts_service_proxy)
         return accounts_service_proxy;
-  
+
     have_accounts_service_proxy = TRUE;
     accounts_service_proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
                                                             G_DBUS_PROXY_FLAGS_NONE,
@@ -214,7 +214,7 @@ get_accounts_proxy_for_user (const gchar *user)
 
     if (!user_path)
         return NULL;
-
+  
     proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
                                            G_DBUS_PROXY_FLAGS_NONE,
                                            NULL,