Fixed clang-format crying because I typed xargs clang-format instead of xargs clang-format-19

This commit is contained in:
nickci2002 2025-06-23 16:36:27 -04:00
parent 2ba88fe46a
commit d59df1d5e0

View File

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