diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
| commit | 34afbd6ca21d2b960573d787e6eae46fa86b200e (patch) | |
| tree | 08450aeff4c67fb300428e705910265e6cd59943 /src/audio/mp3_sample.h | |
| parent | 35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff) | |
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/audio/mp3_sample.h')
| -rw-r--r-- | src/audio/mp3_sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/mp3_sample.h b/src/audio/mp3_sample.h index e7e759e..bf3147a 100644 --- a/src/audio/mp3_sample.h +++ b/src/audio/mp3_sample.h @@ -31,4 +31,4 @@ int mp3_decode(Mp3Decoder* dec, int num_frames, float* out); // Release the decoder. void mp3_close(Mp3Decoder* dec); -#endif // !STRIP_ALL +#endif // !STRIP_ALL |
