[gdm] display: Reindent



commit 02002a7102472ed4480ca72820ca42c5f169f859
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Feb 1 20:12:32 2014 -0500

    display: Reindent

 daemon/gdm-display.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/daemon/gdm-display.c b/daemon/gdm-display.c
index dec0718..2e28cac 100644
--- a/daemon/gdm-display.c
+++ b/daemon/gdm-display.c
@@ -294,14 +294,14 @@ gdm_display_real_set_slave_bus_name_finish (GObject      *source_object,
                                             GAsyncResult *res,
                                             gpointer      user_data)
 {
-    GdmDisplay *display = user_data;
-
-    display->priv->slave_bus_proxy = GDM_DBUS_SLAVE (gdm_dbus_slave_proxy_new_finish (res, NULL));
-    g_object_bind_property (G_OBJECT (display->priv->slave_bus_proxy),
-                            "session-id",
-                            G_OBJECT (display),
-                            "session-id",
-                            G_BINDING_DEFAULT);
+        GdmDisplay *display = user_data;
+
+        display->priv->slave_bus_proxy = GDM_DBUS_SLAVE (gdm_dbus_slave_proxy_new_finish (res, NULL));
+        g_object_bind_property (G_OBJECT (display->priv->slave_bus_proxy),
+                                "session-id",
+                                G_OBJECT (display),
+                                "session-id",
+                                G_BINDING_DEFAULT);
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]