fix indentation for one case

This commit is contained in:
Nathan Braswell
2018-12-13 00:21:30 -05:00
parent 92e2844616
commit 862132ba88

2
k.krak
View File

@@ -884,7 +884,7 @@ fun main(argc: int, argv: **char): int {
emit_C(t->children[1], 0) emit_C(t->children[1], 0)
C_str += "))" C_str += "))"
} else { } else {
C_str += "(" C_str += idt + "("
emit_C(t->children[1], 0) emit_C(t->children[1], 0)
C_str += ")." + intrinsic_name C_str += ")." + intrinsic_name
} }