[gnome-settings-daemon] automount: White space fixes



commit 0a84c41f32e391248c3b5d1e07192f00412b714e
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 24 01:05:41 2011 +0100

    automount: White space fixes

 plugins/automount/gsd-automount-manager.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/automount/gsd-automount-manager.c b/plugins/automount/gsd-automount-manager.c
index 87ab652..e2e29f4 100644
--- a/plugins/automount/gsd-automount-manager.c
+++ b/plugins/automount/gsd-automount-manager.c
@@ -203,9 +203,8 @@ static void
 check_screen_lock_and_mount (GsdAutomountManager *manager,
                              GVolume *volume)
 {
-        if (!manager->priv->session_is_active) {
+        if (!manager->priv->session_is_active)
                 return;
-        }
 
         if (manager->priv->screensaver_active) {
                 /* queue the volume, to mount it after the screensaver state changed */
@@ -215,7 +214,7 @@ check_screen_lock_and_mount (GsdAutomountManager *manager,
         } else {
                 /* mount it immediately */
                 do_mount_volume (volume);
-        }       
+        }
 }
 
 static void



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