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/gain_meter.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/gain_meter.cc') diff --git a/gtk2_ardour/gain_meter.cc b/gtk2_ardour/gain_meter.cc index 9e1edbb520..4a7e75fcf7 100644 --- a/gtk2_ardour/gain_meter.cc +++ b/gtk2_ardour/gain_meter.cc @@ -133,7 +133,7 @@ GainMeterBase::GainMeterBase (Session* s, bool horizontal, int fader_length, int max_peak = minus_infinity(); peak_display.set_text (_("-inf")); peak_display.set_alignment(0.5); - + /* stuff related to the fact that the peak display is not, in fact, supposed to be a text entry. */ @@ -282,7 +282,7 @@ GainMeterBase::setup_gain_adjustment () ignore_toggle = false; effective_gain_display (); - + _previous_amp_output_streams = _amp->output_streams (); } @@ -529,7 +529,7 @@ GainMeterBase::gain_adjusted () } else { value = gain_adjustment.get_value(); } - + if (!ignore_toggle) { if (_route && _route->amp() == _amp) { _route->set_gain (value, this); -- cgit v1.2.3