1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-11 02:25:17 +00:00

Removes space

This commit is contained in:
jespergravgaard
2021-08-07 10:41:06 +02:00
parent 5439910ae3
commit 5ee8749d06

View File

@@ -117,8 +117,7 @@ public class StatementCall extends StatementBase implements StatementLValue, Sta
} }
} }
res.append(")"); res.append(")");
} else }
res.append(" ");
if(aliveInfo) { if(aliveInfo) {
res.append(super.aliveString(program)); res.append(super.aliveString(program));
} }