From 721863605e7320c5f9aa2424c0e2e231717a441c Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 11 Aug 2022 09:53:29 +1000 Subject: [PATCH] Minor style change. --- miniaudio.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index a9e4fdaf..bf139b55 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -51293,8 +51293,10 @@ MA_API ma_result ma_channel_converter_init_preallocated(const ma_channel_convert case ma_channel_mix_mode_simple: { - /* In simple mode, only set weights for channels that have exactly matching types, leave the rest at - zero. The 1:1 mappings have already been covered before this switch statement. */ + /* + In simple mode, only set weights for channels that have exactly matching types, leave the rest at + zero. The 1:1 mappings have already been covered before this switch statement. + */ } break; case ma_channel_mix_mode_rectangular: