Skip to content

Commit

Permalink
apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Feb 3, 2025
1 parent 6f37ed9 commit 7325849
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xbyak_aarch64/xbyak_aarch64_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,10 @@ class CodeGenerator : public CodeArray {
L(label);
return label;
}
void inLocalLabel() { /*assert(NULL);*/ }
void outLocalLabel() { /*assert(NULL);*/ }
void inLocalLabel() { /*assert(NULL);*/
}
void outLocalLabel() { /*assert(NULL);*/
}
/*
assign src to dst
require
Expand Down

0 comments on commit 7325849

Please sign in to comment.