summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-26 15:42:43 -0700
committerGary E. Miller <gem@rellim.com>2018-07-26 15:42:43 -0700
commit49e88b2fb275c8aa87656f6c572532c9f4affdc8 (patch)
tree4562c517e688d33ad93ca97aeac5e1116fbc4d59 /devtools
parentbe47466f6a4be0a1eb2e54396822c1e8544d5a30 (diff)
downloadgpsd-49e88b2fb275c8aa87656f6c572532c9f4affdc8.tar.gz
tablegen.py: pep8 cleanup.
Note the program pep8 is now called pycodestyle
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tablegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index 5a5963a8..b8a3ed3e 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -496,6 +496,7 @@ def make_json_generator(wfp):
print(" ),", file=wfp)
print(" },", file=wfp)
+
if __name__ == '__main__':
try:
(options, arguments) = getopt.getopt(sys.argv[1:], "a:tc:s:d:S:E:r:o:")