Skip to content

Commit 7325849

Browse files
committed
apply clang-format
1 parent 6f37ed9 commit 7325849

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xbyak_aarch64/xbyak_aarch64_gen.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,10 @@ class CodeGenerator : public CodeArray {
747747
L(label);
748748
return label;
749749
}
750-
void inLocalLabel() { /*assert(NULL);*/ }
751-
void outLocalLabel() { /*assert(NULL);*/ }
750+
void inLocalLabel() { /*assert(NULL);*/
751+
}
752+
void outLocalLabel() { /*assert(NULL);*/
753+
}
752754
/*
753755
assign src to dst
754756
require

0 commit comments

Comments
 (0)