From 64f977f6fbedf75d5edbc3963e002b593c8428d8 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:16:03 +0100 Subject: style: Apply clang-format --- src/gpu/effect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/effect.cc') diff --git a/src/gpu/effect.cc b/src/gpu/effect.cc index e4d3a90..b729321 100644 --- a/src/gpu/effect.cc +++ b/src/gpu/effect.cc @@ -4,7 +4,7 @@ #include "util/fatal_error.h" Effect::Effect(const GpuContext& ctx, const std::vector& inputs, - const std::vector& outputs) + const std::vector& outputs) : ctx_(ctx), input_nodes_(inputs), output_nodes_(outputs) { FATAL_CHECK(!inputs.empty(), "Effect must have at least one input\n"); FATAL_CHECK(!outputs.empty(), "Effect must have at least one output\n"); -- cgit v1.2.3