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

This commit is contained in:
Aphcity 2024-11-25 19:11:22 -05:00
parent c2cc2c2674
commit 197cfba727

View file

@ -54,7 +54,7 @@ constexpr Type F64x2{Type::F64x2};
constexpr Type F64x3{Type::F64x3};
constexpr Type F64x4{Type::F64x4};
constexpr OpcodeMeta META_TABLE[] {
constexpr OpcodeMeta META_TABLE[]{
#define OPCODE(name_token, type_token, ...) \
{ \
.name{#name_token}, \