clang format (#7017)
This commit is contained in:
parent
5ced2c7af9
commit
6cfb8e02a8
7 changed files with 48 additions and 52 deletions
|
@ -63,7 +63,7 @@ static ARM_INST_PTR INTERPRETER_TRANSLATE(add)(unsigned int inst, int index) {
|
|||
|
||||
return inst_base;
|
||||
}
|
||||
static ARM_INST_PTR INTERPRETER_TRANSLATE(and)(unsigned int inst, int index) {
|
||||
static ARM_INST_PTR INTERPRETER_TRANSLATE (and)(unsigned int inst, int index) {
|
||||
arm_inst* inst_base = (arm_inst*)AllocBuffer(sizeof(arm_inst) + sizeof(and_inst));
|
||||
and_inst* inst_cream = (and_inst*)inst_base->component;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue