Skip to content

Commit aa1db1b

Browse files
committed
Use clang-format-12 to format aot_intrinsic.c
1 parent b01fc5b commit aa1db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/aot/aot_intrinsic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ aot_intrinsic_fill_capability_flags(AOTCompContext *comp_ctx)
877877
add_f64_common_intrinsics(comp_ctx);
878878
add_i64_common_intrinsics(comp_ctx);
879879
add_common_float_integer_conversion(comp_ctx);
880-
add_intrinsic_capability(comp_ctx, AOT_INTRINSIC_FLAG_F32_CONST);
880+
add_intrinsic_capability(comp_ctx, AOT_INTRINSIC_FLAG_F32_CONST);
881881
}
882882
else {
883883
/*

0 commit comments

Comments
 (0)