From 63ea7b6516dbd7554d1eff6c98de50cf61fc9a72 Mon Sep 17 00:00:00 2001 From: Thomas Brand Date: Sat, 1 Jul 2017 18:42:24 +0200 Subject: NO-OP whitespace (updated GH PR #357) --- gtk2_ardour/port_group.cc | 48 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'gtk2_ardour/port_group.cc') diff --git a/gtk2_ardour/port_group.cc b/gtk2_ardour/port_group.cc index 5db8585a83..63291498e1 100644 --- a/gtk2_ardour/port_group.cc +++ b/gtk2_ardour/port_group.cc @@ -351,11 +351,11 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp for (RouteList::const_iterator i = routes->begin(); i != routes->end(); ++i) { - /* we never show the monitor bus inputs */ + /* we never show the monitor bus inputs */ - if (inputs && (*i)->is_monitor()) { - continue; - } + if (inputs && (*i)->is_monitor()) { + continue; + } /* keep track of IOs that we have taken bundles from, so that we can avoid taking the same IO from both @@ -500,10 +500,10 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp std::vector extra_program[DataType::num_types]; std::vector extra_other[DataType::num_types]; - string lpn (PROGRAM_NAME); - boost::to_lower (lpn); - string lpnc = lpn; - lpnc += ':'; + string lpn (PROGRAM_NAME); + boost::to_lower (lpn); + string lpnc = lpn; + lpnc += ':'; vector ports; if (type == DataType::NIL) { @@ -529,31 +529,31 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp !program->has_port(p) && !other->has_port(p)) { - /* special hack: ignore MIDI ports labelled Midi-Through. these - are basically useless and mess things up for default - connections. - */ + /* special hack: ignore MIDI ports labelled Midi-Through. these + are basically useless and mess things up for default + connections. + */ if (p.find ("Midi-Through") != string::npos || p.find ("Midi Through") != string::npos) { - ++s; - continue; - } + ++s; + continue; + } - /* special hack: ignore our monitor inputs (which show up here because - we excluded them earlier. - */ + /* special hack: ignore our monitor inputs (which show up here because + we excluded them earlier. + */ string lp = p; string monitor = _("Monitor"); boost::to_lower (lp); - boost::to_lower (monitor); + boost::to_lower (monitor); - if ((lp.find (monitor) != string::npos) && - (lp.find (lpn) != string::npos)) { - ++s; - continue; - } + if ((lp.find (monitor) != string::npos) && + (lp.find (lpn) != string::npos)) { + ++s; + continue; + } /* can't use the audio engine for this as we * are looking at ports not owned by the -- cgit v1.2.3