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 --- tools/cnn_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc index 2f7168e..25a1285 100644 --- a/tools/cnn_test.cc +++ b/tools/cnn_test.cc @@ -5,6 +5,7 @@ #error "cnn_test requires STRIP_ALL=OFF (tool builds only)" #endif +#include "effects/shaders.h" #include "generated/assets.h" #include "gpu/bind_group_builder.h" #include "gpu/gpu.h" @@ -12,7 +13,6 @@ #include "gpu/post_process_helper.h" #include "gpu/sampler_cache.h" #include "gpu/shader_composer.h" -#include "effects/shaders.h" #include "gpu/texture_readback.h" #include "platform/platform.h" #include "tests/common/offscreen_render_target.h" -- cgit v1.2.3