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_tracker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/audio/test_tracker.cc') diff --git a/src/tests/audio/test_tracker.cc b/src/tests/audio/test_tracker.cc index 1112e91..ab2505d 100644 --- a/src/tests/audio/test_tracker.cc +++ b/src/tests/audio/test_tracker.cc @@ -1,11 +1,11 @@ // This file is part of the 64k demo project. // It tests the core functionality of the audio tracker engine. +#include "../common/audio_test_fixture.h" #include "audio/audio_engine.h" #include "audio/gen.h" #include "audio/synth.h" #include "audio/tracker.h" -#include "../common/audio_test_fixture.h" // #include "generated/music_data.h" // Will be generated by tracker_compiler #include #include -- cgit v1.2.3