diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-14 15:14:25 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-14 15:14:25 +0100 |
| commit | 8ce27b7e15f0fc65c8ee78950c7501660b936178 (patch) | |
| tree | 391f32111b9a30a0156709b6c1ed2fae7b435d57 /src/gpu/stub_gpu.cc | |
| parent | e38be0dbf5816338ff97e2ee2f9adfff2902dc2b (diff) | |
style: Apply clang-format to codebase
Diffstat (limited to 'src/gpu/stub_gpu.cc')
| -rw-r--r-- | src/gpu/stub_gpu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/stub_gpu.cc b/src/gpu/stub_gpu.cc index 8d69996..95e647d 100644 --- a/src/gpu/stub_gpu.cc +++ b/src/gpu/stub_gpu.cc @@ -41,8 +41,8 @@ void gpu_init(PlatformState* platform_state) { (void)platform_state; } -void gpu_draw(float audio_peak, float aspect_ratio, float time, - float beat_time, float beat_phase) { +void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat_time, + float beat_phase) { (void)audio_peak; (void)aspect_ratio; (void)time; |
