summaryrefslogtreecommitdiff
path: root/jsongen.py.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-23 12:23:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-23 12:23:56 -0400
commit2b8056df097bd0bddfc74ab5ed731616ec639f2e (patch)
tree955a06f0f118054188ea57d15132df64628f26eb /jsongen.py.in
parent678312ffab6001e1e7e2226046e3365771ecc9e9 (diff)
downloadgpsd-2b8056df097bd0bddfc74ab5ed731616ec639f2e.tar.gz
pylint validation pass. All regresio tests pass, xgps runs live.
Diffstat (limited to 'jsongen.py.in')
-rw-r--r--jsongen.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index 9a500dd4..c7efb297 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -660,7 +660,7 @@ ais_specs = (
('text', 'string', None),
),
},
- # Message type 13 duplicates 7
+ # Message type 13 duplicates 7
{
"initname" : "json_ais14",
"headers": ("AIS_HEADER",),
@@ -939,7 +939,7 @@ def generate(spec):
elif attr not in outboard:
report += " char %s[JSON_VAL_MAX+1];\n" % attr
outboard.append(attr)
-
+
structname = spec["structname"]
# If there are structarrays describing array subobjects, we need
# to make a separate parse control initializer for each one. The