From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- gtk2_ardour/port_matrix.cc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'gtk2_ardour/port_matrix.cc') diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc index d41b5f1a06..b29e117f1f 100644 --- a/gtk2_ardour/port_matrix.cc +++ b/gtk2_ardour/port_matrix.cc @@ -450,7 +450,7 @@ PortMatrix::popup_menu (BundleChannel column, BundleChannel row, uint32_t t) sub.push_back (MenuElem (buf, sigc::bind (sigc::mem_fun (*this, &PortMatrix::add_channel_proxy), w, *i))); } } - + /* Now add other ones */ for (DataType::iterator i = DataType::begin(); i != DataType::end(); ++i) { if (!should_show (*i)) { @@ -497,12 +497,12 @@ PortMatrix::popup_menu (BundleChannel column, BundleChannel row, uint32_t t) /* we're looking just at bundles, or our bundle has only one channel, so just offer to disassociate all on the bundle. */ - + snprintf (buf, sizeof (buf), _("%s all"), disassociation_verb().c_str()); sub.push_back ( MenuElem (buf, sigc::bind (sigc::mem_fun (*this, &PortMatrix::disassociate_all_on_bundle), w, dim)) ); - + } else if (c != 0) { if (bc[dim].channel != -1) { @@ -543,7 +543,7 @@ PortMatrix::popup_menu (BundleChannel column, BundleChannel row, uint32_t t) items.push_back (MenuElem (_("Flip"), sigc::mem_fun (*this, &PortMatrix::flip))); items.back().set_sensitive (can_flip ()); - + _menu->popup (1, t); } @@ -634,7 +634,7 @@ PortMatrix::setup_global_ports_proxy () /* Avoid a deadlock by calling this in an idle handler: see IOSelector::io_changed_proxy for a discussion. */ - + Glib::signal_idle().connect_once (sigc::mem_fun (*this, &PortMatrix::setup_global_ports)); } @@ -935,7 +935,7 @@ PortMatrix::visible_ports (int d) const the TOP_TO_RIGHT arrangement we reverse the order of the vertical tabs in setup_notebooks (). */ - + int n = 0; if (d == _row_index) { if (_arrangement == LEFT_TO_BOTTOM) { @@ -1007,11 +1007,11 @@ PortMatrix::update_tab_highlighting () if (!_session) { return; } - + for (int i = 0; i < 2; ++i) { Gtk::Notebook* notebook = row_index() == i ? &_vnotebook : &_hnotebook; - + PortGroupList const * gl = ports (i); int p = 0; for (PortGroupList::List::const_iterator j = gl->begin(); j != gl->end(); ++j) { @@ -1166,7 +1166,7 @@ pair PortMatrix::check_flip () const { /* Look for the row's port group name in the columns */ - + int new_column = 0; boost::shared_ptr r = visible_ports (_row_index); PortGroupList::List::const_iterator i = _ports[_column_index].begin(); @@ -1180,7 +1180,7 @@ PortMatrix::check_flip () const } /* Look for the column's port group name in the rows */ - + int new_row = 0; boost::shared_ptr c = visible_ports (_column_index); i = _ports[_row_index].begin(); -- cgit v1.2.3