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



commit 244415c5bdda3eace8e3d87d54f4bb45f392b820
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Apr 12 14:20:47 2016 +0200

    window-slot: fix formatting

 src/nautilus-window-slot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index b7cd9f3..7786427 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -238,7 +238,7 @@ nautilus_window_slot_content_view_matches (NautilusWindowSlot *self,
                return FALSE;
        }
 
-        if (id != NAUTILUS_VIEW_INVALID_ID && NAUTILUS_IS_FILES_VIEW (priv->content_view)){
+        if (id != NAUTILUS_VIEW_INVALID_ID && NAUTILUS_IS_FILES_VIEW (priv->content_view)) {
                 return nautilus_files_view_get_view_id (NAUTILUS_FILES_VIEW (priv->content_view)) == id;
         } else {
                 return FALSE;


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