workspacesView: Fix indentation

https://bugzilla.gnome.org/show_bug.cgi?id=694469
This commit is contained in:
Jasper St. Pierre 2013-02-25 17:02:51 -05:00
parent caaac9b9ec
commit 7cb12015fd

View File

@ -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;