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.cc | |
| parent | 35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff) | |
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/audio/mp3_sample.cc')
| -rw-r--r-- | src/audio/mp3_sample.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/audio/mp3_sample.cc b/src/audio/mp3_sample.cc index 028fbff..9a3805b 100644 --- a/src/audio/mp3_sample.cc +++ b/src/audio/mp3_sample.cc @@ -45,9 +45,10 @@ int mp3_decode(Mp3Decoder* dec, int num_frames, float* out) { } void mp3_close(Mp3Decoder* dec) { - if (!dec) return; + if (!dec) + return; ma_decoder_uninit(&dec->dec); delete dec; } -#endif // !STRIP_ALL +#endif // !STRIP_ALL |
