13
0

NO-OP: clang-format

This commit is contained in:
Robin Gareus 2023-03-17 15:59:10 +01:00
parent 2a3eb6dc88
commit 5be4674adb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -312,8 +312,7 @@ VST3Plugin::possible_output () const
if (seen_aux || seen_mono) {
sum += i->second.n_chn;
oc.insert (sum);
}
else if (i->second.type == Vst::kAux) {
} else if (i->second.type == Vst::kAux) {
oc.insert (sum);
seen_aux = true;
sum += i->second.n_chn;