Skip to content

Commit

Permalink
Fixed identation
Browse files Browse the repository at this point in the history
Accidentally tabs were used somewhere, replaced with spaces
  • Loading branch information
mariospaok4 committed Dec 9, 2024
1 parent 6c8f181 commit 7bc9eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/arch/riscv64/emit_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ append_restore_xflags(dcontext_t *dcontext, instrlist_t *ilist, bool absolute)
INSTR_CREATE_vsetvl(dcontext, opnd_create_reg(DR_REG_A0),
opnd_create_reg(DR_REG_A0),
opnd_create_reg(DR_REG_A1)));
/*
/*
* End of FORTH copyrighted section
*/
}
Expand Down Expand Up @@ -908,7 +908,7 @@ append_save_clear_xflags(dcontext_t *dcontext, instrlist_t *ilist, bool absolute
opnd_create_reg(DR_REG_ZERO),
opnd_create_immed_int(VTYPE, OPSZ_12b)));
APP(ilist, SAVE_TO_DC(dcontext, DR_REG_A1, VTYPE_OFFSET));
/*
/*
* End of FORTH copyrighted section
*/
}
Expand Down

0 comments on commit 7bc9eff

Please sign in to comment.