From 577af023465ad2f803ef18bca70b6f89916849b3 Mon Sep 17 00:00:00 2001 From: Frodo Baggins Date: Sat, 5 Oct 2024 14:08:56 -0700 Subject: [PATCH] fix clangformat --- 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 783984fc9..ceea8d4a8 100644 --- a/src/shader_recompiler/ir/opcodes.h +++ b/src/shader_recompiler/ir/opcodes.h @@ -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}, \