]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/lightdm.c
Match seat configuration using globbing
[sojka/lightdm.git] / src / lightdm.c
index 2a9bcf9a953e8fdb2787091d0dce0841fe2d1510..712d3bae1ea60a453263b2ae15e290199cb4f8d5 100644 (file)
@@ -587,7 +587,7 @@ emit_object_value_changed (GDBusConnection *bus, const gchar *path, const gchar
                                         g_variant_new ("(sa{sv}as)", interface_name, &builder, NULL),
                                         &error))
         g_warning ("Failed to emit PropertiesChanged signal: %s", error->message);
-    g_clear_error (&error); 
+    g_clear_error (&error);
 }
 
 static void
@@ -603,7 +603,7 @@ emit_object_signal (GDBusConnection *bus, const gchar *path, const gchar *signal
                                         g_variant_new ("(o)", object_path),
                                         &error))
         g_warning ("Failed to emit %s signal on %s: %s", signal_name, path, error->message);
-    g_clear_error (&error); 
+    g_clear_error (&error);
 }
 
 static void
@@ -1004,7 +1004,7 @@ add_login1_seat (Login1Seat *login1_seat)
     }
 
     g_object_unref (seat);
-  
+
     return started;
 }