From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/mute_master.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/ardour/mute_master.cc') diff --git a/libs/ardour/mute_master.cc b/libs/ardour/mute_master.cc index c0e5ca8368..a58bb8a421 100644 --- a/libs/ardour/mute_master.cc +++ b/libs/ardour/mute_master.cc @@ -37,7 +37,7 @@ MuteMaster::MuteMaster (Session& s, const std::string&) , _soloed (false) , _solo_ignore (false) { - + if (Config->get_mute_affects_pre_fader ()) { _mute_point = MutePoint (_mute_point | PreFader); } @@ -109,7 +109,7 @@ MuteMaster::mute_gain_at (MutePoint mp) const } } } - + return gain; } @@ -119,14 +119,14 @@ MuteMaster::set_mute_points (const std::string& mute_point) MutePoint old = _mute_point; _mute_point = (MutePoint) string_2_enum (mute_point, _mute_point); - + if (old != _mute_point) { MutePointChanged(); /* EMIT SIGNAL */ } } void -MuteMaster::set_mute_points (MutePoint mp) +MuteMaster::set_mute_points (MutePoint mp) { if (_mute_point != mp) { _mute_point = mp; @@ -166,4 +166,4 @@ MuteMaster::muted_by_others_at (MutePoint mp) const { return (!_solo_ignore && _session.soloing() && (_mute_point & mp)); } - + -- cgit v1.2.3