diff options
Diffstat (limited to 'registry/generator.py')
-rw-r--r-- | registry/generator.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/registry/generator.py b/registry/generator.py index cb845a0..4f7f9bf 100644 --- a/registry/generator.py +++ b/registry/generator.py @@ -973,6 +973,9 @@ class OutputGenerator: # Clear prefix for subsequent iterations prefix = '' + + paramdecl = paramdecl + prefix + if aligncol == 0: # Squeeze out multiple spaces other than the indentation paramdecl = indent + ' '.join(paramdecl.split()) |