[sushi/wip/cosimoc/no-clutter: 49/66] mainWindow: fix coding style



commit efa2890f89be7da202050623a72a7bb4d170c5ee
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Wed Jun 5 17:35:50 2019 -0700

    mainWindow: fix coding style

 src/js/ui/mainWindow.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 331178d..543c9e7 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -86,7 +86,7 @@ var MainWindow = new Lang.Class({
         this.connect('delete-event',
                      Lang.bind(this, this._onDeleteEvent));
         this.connect('key-press-event',
-                    Lang.bind(this, this._onKeyPressEvent));
+                     Lang.bind(this, this._onKeyPressEvent));
         this.connect('motion-notify-event',
                      Lang.bind(this, this._onMotionNotifyEvent));
         this.connect('realize',
@@ -286,11 +286,11 @@ var MainWindow = new Lang.Class({
         this.show_all();
 
         if (this.get_window().move_to_current_desktop)
-          this.get_window().move_to_current_desktop();
+            this.get_window().move_to_current_desktop();
     },
 
     setFile : function(file) {
-       this.file = file;
+        this.file = file;
         this._createRenderer(file);
         this._createView();
         this._createToolbar();


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