fix indentation for one case
This commit is contained in:
2
k.krak
2
k.krak
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user