[gnome-documents/wip/cosimoc/view-rework: 28/42] view: trivial coding style fix



commit 33e1875855b0b086972e02875bf0cb653bca0308
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Jul 31 21:32:37 2016 -0700

    view: trivial coding style fix

 src/view.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index 5a934e6..647201b 100644
--- a/src/view.js
+++ b/src/view.js
@@ -354,11 +354,11 @@ const ViewContainer = new Lang.Class({
         this.set_visible_child_full('view', Gtk.StackTransitionType.NONE);
 
         this.view.connect('item-activated',
-                            Lang.bind(this, this._onItemActivated));
+                          Lang.bind(this, this._onItemActivated));
         this.view.connect('selection-mode-request',
-                            Lang.bind(this, this._onSelectionModeRequest));
+                          Lang.bind(this, this._onSelectionModeRequest));
         this.view.connect('view-selection-changed',
-                            Lang.bind(this, this._onViewSelectionChanged));
+                          Lang.bind(this, this._onViewSelectionChanged));
 
         // connect to settings change for list/grid view
         let viewSettingsId = Application.application.connect('action-state-changed::view-as',


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