[gnome-shell] workspacesView: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] workspacesView: Fix indentation
- Date: Sat, 20 Apr 2013 12:34:20 +0000 (UTC)
commit 7cb12015fd8890f368caa811db1cf764c0de2ec0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Feb 25 17:02:51 2013 -0500
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 abbe566..1ea508f 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]