mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-11 02:25:17 +00:00
Removes space
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user