Fix formatting of parameters

This commit is contained in:
Hackerpilot 2014-05-06 19:34:58 -07:00
parent 3081fa86c2
commit 55b8974ebe
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ class Formatter(Sink)
foreach (attribute; parameter.parameterAttributes) foreach (attribute; parameter.parameterAttributes)
{ {
sink.put(str(attribute)); sink.put(str(attribute));
sink.put(" ");
} }
if (parameter.type !is null) if (parameter.type !is null)
format(parameter.type); format(parameter.type);