clang-format

This commit is contained in:
Lander Gallastegi 2025-03-06 01:10:58 +01:00
parent 1c16a9bc9a
commit 084f3e1e95

View File

@ -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);