fix clangformat

This commit is contained in:
Frodo Baggins 2024-10-05 14:08:56 -07:00
parent 6d49cfb3bf
commit 577af02346

View file

@ -52,7 +52,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}, \