13
0

NO-OP: whitespace

This commit is contained in:
Paul Davis 2024-05-29 22:37:57 -06:00
parent cb5a9f11dc
commit bbda6b8c02

View File

@ -771,7 +771,7 @@ PortGroupList::add_bundles_for_ports (std::vector<std::string> const & p, ARDOUR
if (pf != cp && !nb.empty()) {
std::shared_ptr<Bundle> b = make_bundle_from_ports (nb, type, inputs);
group->add_bundle (b, allow_dups);
nb.clear();
nb.clear();
}
cp = pf;
nb.push_back(s);