makerst: Remove stray spaces in method signatures
This commit is contained in:
@ -334,10 +334,6 @@ def make_method(
|
||||
if 'default' in arg.attrib:
|
||||
s += '=' + arg.attrib['default']
|
||||
|
||||
argfound = True
|
||||
|
||||
if argfound:
|
||||
s += ' '
|
||||
s += ' **)**'
|
||||
|
||||
if 'qualifiers' in m.attrib:
|
||||
|
||||
Reference in New Issue
Block a user