From 7cb12015fd8890f368caa811db1cf764c0de2ec0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 25 Feb 2013 17:02:51 -0500 Subject: [PATCH] workspacesView: Fix indentation https://bugzilla.gnome.org/show_bug.cgi?id=694469 --- js/ui/workspacesView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index abbe5664d..1ea508f4c 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -140,9 +140,9 @@ const WorkspacesView = new Lang.Class({ }, setGeometry: function(x, y, width, height) { - if (this._x == x && this._y == y && - this._width == width && this._height == height) - return; + if (this._x == x && this._y == y && + this._width == width && this._height == height) + return; this._width = width; this._height = height;