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/audio/test_audio_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/audio/test_audio_engine.cc') diff --git a/src/tests/audio/test_audio_engine.cc b/src/tests/audio/test_audio_engine.cc index 72c1653..3f0ad4d 100644 --- a/src/tests/audio/test_audio_engine.cc +++ b/src/tests/audio/test_audio_engine.cc @@ -1,10 +1,10 @@ // This file is part of the 64k demo project. // Unit tests for AudioEngine lifecycle and resource management. +#include "../common/audio_test_fixture.h" #include "audio/audio_engine.h" #include "audio/tracker.h" #include "generated/assets.h" -#include "../common/audio_test_fixture.h" #include #include -- cgit v1.2.3