[gdm] gdm-manager: Reindent some badly indented code



commit af6969a4606bd9380cefeff38a01aef80eb4ca84
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Feb 13 13:47:59 2014 -0500

    gdm-manager: Reindent some badly indented code

 daemon/gdm-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/daemon/gdm-manager.c b/daemon/gdm-manager.c
index 5108c37..5a0b612 100644
--- a/daemon/gdm-manager.c
+++ b/daemon/gdm-manager.c
@@ -274,10 +274,10 @@ lookup_by_session_id (const char *id,
 
 static GdmDisplay *
 get_display_and_details_for_bus_sender (GdmManager       *self,
-                            GDBusConnection  *connection,
-                            const char       *sender,
-                            GPid             *out_pid,
-                            uid_t            *out_uid)
+                                        GDBusConnection  *connection,
+                                        const char       *sender,
+                                        GPid             *out_pid,
+                                        uid_t            *out_uid)
 {
         GdmDisplay *display = NULL;
         char       *session_id = NULL;


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