[gnome-maps] RouteQuery: Code style fixes
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] RouteQuery: Code style fixes
- Date: Tue, 2 Dec 2014 02:24:35 +0000 (UTC)
commit 687ece999447374ecb451f52b97e213a0144efc7
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date: Tue Dec 2 03:23:40 2014 +0100
RouteQuery: Code style fixes
Remove a missing comma, and reindent three lines.
src/routeQuery.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/routeQuery.js b/src/routeQuery.js
index f113c4c..212d1b6 100644
--- a/src/routeQuery.js
+++ b/src/routeQuery.js
@@ -48,7 +48,7 @@ const QueryPoint = new Lang.Class({
'',
GObject.ParamFlags.READABLE |
GObject.ParamFlags.WRITABLE,
- Geocode.Place),
+ Geocode.Place)
},
_init: function() {
@@ -76,11 +76,11 @@ const RouteQuery = new Lang.Class({
},
Properties: {
'points': GObject.ParamSpec.object('points',
- '',
- '',
+ '',
+ '',
GObject.ParamFlags.READABLE |
GObject.ParamFlags.WRITABLE,
- GObject.Object),
+ GObject.Object),
'transportation': GObject.ParamSpec.int('transportation',
'',
'',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]