clang-format

This commit is contained in:
Lander Gallastegi 2025-03-06 01:10:58 +01:00 committed by Lander Gallastegi
parent 5536febd73
commit c36b6d6adf

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