From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/tests/3d/test_3d_physics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/3d/test_3d_physics.cc') diff --git a/src/tests/3d/test_3d_physics.cc b/src/tests/3d/test_3d_physics.cc index 9e4f71b..26b9bfa 100644 --- a/src/tests/3d/test_3d_physics.cc +++ b/src/tests/3d/test_3d_physics.cc @@ -1,6 +1,7 @@ // This file is part of the 64k demo project. // Standalone "mini-demo" for testing the 3D physics engine. +#include "../common/test_3d_helpers.h" #include "3d/bvh.h" #include "3d/camera.h" #include "3d/object.h" @@ -12,7 +13,6 @@ #include "gpu/texture_manager.h" #include "platform/platform.h" #include "procedural/generator.h" -#include "../common/test_3d_helpers.h" #include #include #include -- cgit v1.2.3