Skip to content

Commit 8845a2c

Browse files
committed
Formatting
1 parent d13a52f commit 8845a2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/iwasm/compilation/aot_emit_control.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ format_block_name(char *name, uint32 name_size, uint32 block_index,
9292
do { \
9393
if (!(instr = LLVMBuildCondBr(comp_ctx->builder, value_if, block_then, \
9494
block_else))) { \
95-
aot_set_last_error("llvm build cond br failed."); \
96-
goto fail; \
97-
} \
95+
aot_set_last_error("llvm build cond br failed."); \
96+
goto fail; \
97+
} \
9898
} while (0)
9999

100100
#define SET_BUILDER_POS(llvm_block) \

0 commit comments

Comments
 (0)