Skip to content

Commit 6b1fb93

Browse files
committed
style: fix clang-format for aot_llvm.c
1 parent ca147a3 commit 6b1fb93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/iwasm/compilation/aot_llvm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,8 +3164,8 @@ aot_create_comp_context(const AOTCompData *comp_data, aot_comp_option_t option)
31643164

31653165
if (is_aarch64) {
31663166
if (features[0] != '\0') {
3167-
snprintf(features_buf, sizeof(features_buf), "%s,+reserve-x18",
3168-
features);
3167+
snprintf(features_buf, sizeof(features_buf),
3168+
"%s,+reserve-x18", features);
31693169
features = features_buf;
31703170
}
31713171
else {

0 commit comments

Comments
 (0)