workspacesView: Fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=694469
This commit is contained in:
parent
caaac9b9ec
commit
7cb12015fd
@ -140,9 +140,9 @@ const WorkspacesView = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
setGeometry: function(x, y, width, height) {
|
setGeometry: function(x, y, width, height) {
|
||||||
if (this._x == x && this._y == y &&
|
if (this._x == x && this._y == y &&
|
||||||
this._width == width && this._height == height)
|
this._width == width && this._height == height)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this._width = width;
|
this._width = width;
|
||||||
this._height = height;
|
this._height = height;
|
||||||
|
Loading…
Reference in New Issue
Block a user