1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-23 13:31:12 +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(")");
} else
res.append(" ");
}
if(aliveInfo) {
res.append(super.aliveString(program));
}