summaryrefslogtreecommitdiff
path: root/script/generate_param.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:17:02 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:27 +0200
commit562411bd9587bdd011bd70e25f9763c38a8af401 (patch)
treec2a3f2753ead19a35df6259cb1be3dd28dda4473 /script/generate_param.py
parenta9551edaeebdb2e8c209a843bae7088e60946e96 (diff)
downloadsamba-562411bd9587bdd011bd70e25f9763c38a8af401.tar.gz
PEP8: fix E202: whitespace before ')'
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'script/generate_param.py')
-rw-r--r--script/generate_param.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/generate_param.py b/script/generate_param.py
index 3ef40038774..b610f6fb5e8 100644
--- a/script/generate_param.py
+++ b/script/generate_param.py
@@ -98,7 +98,7 @@ def iterate_all(path):
'enumlist' : enumlist,
'handler' : handler,
'deprecated' : deprecated,
- 'synonyms' : synonyms }
+ 'synonyms' : synonyms}
# map doc attributes to a section of the generated function
context_dict = {"G": "_GLOBAL", "S": "_LOCAL"}