[gnome-shell] layout: Fix some indentation



commit e801647083f20f5f95f6c325d46653ffdee14f03
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Feb 19 20:41:29 2013 -0500

    layout: Fix some indentation

 js/ui/layout.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index e3f4803..f3cf728 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -577,13 +577,13 @@ const LayoutManager = new Lang.Class({
     },
 
     _startupAnimationGreeter: function() {
-         this._freezeUpdateRegions();
-         Tweener.addTween(this.panelBox,
-                          { translation_y: 0,
-                            time: STARTUP_ANIMATION_TIME,
-                            transition: 'easeOutQuad',
-                            onComplete: this._startupAnimationComplete,
-                            onCompleteScope: this });
+        this._freezeUpdateRegions();
+        Tweener.addTween(this.panelBox,
+                         { translation_y: 0,
+                           time: STARTUP_ANIMATION_TIME,
+                           transition: 'easeOutQuad',
+                           onComplete: this._startupAnimationComplete,
+                           onCompleteScope: this });
     },
 
     _startupAnimationSession: function() {


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