makerst: Remove stray spaces in method signatures

This commit is contained in:
Rémi Verschelde 2017-10-21 14:01:05 +02:00
parent 2cd044e89b
commit 2e212a2cfd

View file

@ -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: