[nautilus/origin/wip/desktop-split-nofonclicts: 16/26] window: fix formatting



commit 9d7b8028e8b9cf5e908c54e9783e94d09c4317de
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Apr 12 14:25:59 2016 +0200

    window: fix formatting

 src/nautilus-window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index cce12a7..5c170f5 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -619,8 +619,9 @@ nautilus_window_open_location_full (NautilusWindow          *window,
        if (target_slot == NULL || !nautilus_window_slot_handles_location (active_slot, location)) {
                 target_slot = nautilus_window_create_slot (window, location);
                 nautilus_window_initialize_slot (window, target_slot, flags);
-                if (active_slot)
-                  close_slot (window, active_slot, TRUE);
+                if (active_slot) {
+                        close_slot (window, active_slot, TRUE);
+                }
         }
 
         /* Make the opened location the one active if we weren't ask for the


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