[gnome-shell] windowAttentionHandler: Fix whitespace



commit 6b1e381750ff2440e2ca7d4c5fdeb0504e611ffa
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Wed Jul 1 19:14:13 2015 +0200

    windowAttentionHandler: Fix whitespace

 js/ui/windowAttentionHandler.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/windowAttentionHandler.js b/js/ui/windowAttentionHandler.js
index 7331033..2f82042 100644
--- a/js/ui/windowAttentionHandler.js
+++ b/js/ui/windowAttentionHandler.js
@@ -12,7 +12,7 @@ const WindowAttentionHandler = new Lang.Class({
     _init : function() {
         this._tracker = Shell.WindowTracker.get_default();
         this._windowDemandsAttentionId = global.display.connect('window-demands-attention',
-                                                                                                             
                   Lang.bind(this, this._onWindowDemandsAttention));
+                                                                Lang.bind(this, 
this._onWindowDemandsAttention));
     },
 
     _getTitleAndBanner: function(app, window) {


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