Skip to content

Commit ed315dc

Browse files
committed
Merge branch 'wimpheling-master'
2 parents 10bb05d + 0185a87 commit ed315dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_translators/helper/arguments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function processElement(indent, ws, codegen) {
77
var str = '';
88

99
if (arg.type) { // type hint
10-
str += codegen(arg.type, indent);
10+
str += codegen(arg.type, indent) + ws;
1111
}
1212

1313
if (arg.byref) { // byref

0 commit comments

Comments
 (0)