fix: Not compliant to coding style
All checks were successful
codespell / Check for spelling errors (push) Successful in 13s
suyu-ci / Check REUSE Specification (push) Has been skipped
suyu verify / Verify Format (push) Successful in 1m23s
suyu verify / android (push) Successful in 29m49s
suyu verify / test build (push) Successful in 32m1s
All checks were successful
codespell / Check for spelling errors (push) Successful in 13s
suyu-ci / Check REUSE Specification (push) Has been skipped
suyu verify / Verify Format (push) Successful in 1m23s
suyu verify / android (push) Successful in 29m49s
suyu verify / test build (push) Successful in 32m1s
This commit is contained in:
parent
c2cc2c2674
commit
197cfba727
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ constexpr Type F64x2{Type::F64x2};
|
||||||
constexpr Type F64x3{Type::F64x3};
|
constexpr Type F64x3{Type::F64x3};
|
||||||
constexpr Type F64x4{Type::F64x4};
|
constexpr Type F64x4{Type::F64x4};
|
||||||
|
|
||||||
constexpr OpcodeMeta META_TABLE[] {
|
constexpr OpcodeMeta META_TABLE[]{
|
||||||
#define OPCODE(name_token, type_token, ...) \
|
#define OPCODE(name_token, type_token, ...) \
|
||||||
{ \
|
{ \
|
||||||
.name{#name_token}, \
|
.name{#name_token}, \
|
||||||
|
|
Loading…
Reference in a new issue