From 084f3e1e95b5bd610aa05f1ffef57271e32b5437 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);