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/monitor_selector.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/monitor_selector.cc') diff --git a/gtk2_ardour/monitor_selector.cc b/gtk2_ardour/monitor_selector.cc index 0a6d731f3e..7d34a3a53f 100644 --- a/gtk2_ardour/monitor_selector.cc +++ b/gtk2_ardour/monitor_selector.cc @@ -119,15 +119,15 @@ MonitorSelector::set_state (ARDOUR::BundleChannel c[2], bool s) return; } - if (s) { + if (s) { if (!f->connected_to (*j)) { _io->connect (f, *j, 0); } - } else { + } else { if (f->connected_to (*j)) { _io->disconnect (f, *j, 0); } - } + } } } } -- cgit v1.2.3