From c36b6d6adf5a028a752c30bde8d91a4f024f93db Mon Sep 17 00:00:00 2001 From: Lander Gallastegi Date: Thu, 6 Mar 2025 01:10:58 +0100 Subject: [PATCH] clang-format --- src/shader_recompiler/ir/subprogram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shader_recompiler/ir/subprogram.h b/src/shader_recompiler/ir/subprogram.h index 9e1ad3c91..b14a31e3d 100644 --- a/src/shader_recompiler/ir/subprogram.h +++ b/src/shader_recompiler/ir/subprogram.h @@ -14,7 +14,7 @@ namespace Shader::IR { // only the blocks and instructions that relevant to a group of given instructions. // Taking into account only the given instructions, the instructions that it uses and // conditions. - + struct SubProgram { SubProgram(Program* super_program, Pools& pools);