From d59df1d5e0cee83ba6e93419192d49af3e402ec3 Mon Sep 17 00:00:00 2001 From: nickci2002 Date: Mon, 23 Jun 2025 16:36:27 -0400 Subject: [PATCH] Fixed clang-format crying because I typed xargs clang-format instead of xargs clang-format-19 --- src/shader_recompiler/ir/opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shader_recompiler/ir/opcodes.h b/src/shader_recompiler/ir/opcodes.h index cd73ace7e..f3d16da4a 100644 --- a/src/shader_recompiler/ir/opcodes.h +++ b/src/shader_recompiler/ir/opcodes.h @@ -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}, \