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/ardour/mute_master.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libs/ardour/ardour/mute_master.h') diff --git a/libs/ardour/ardour/mute_master.h b/libs/ardour/ardour/mute_master.h index 228126b582..460c7bf48b 100644 --- a/libs/ardour/ardour/mute_master.h +++ b/libs/ardour/ardour/mute_master.h @@ -48,22 +48,22 @@ class MuteMaster : public SessionHandleRef, public PBD::Stateful ~MuteMaster() {} bool muted_by_self () const { return _muted_by_self && (_mute_point != MutePoint (0)); } - bool muted_by_self_at (MutePoint mp) const { return _muted_by_self && (_mute_point & mp); } + bool muted_by_self_at (MutePoint mp) const { return _muted_by_self && (_mute_point & mp); } bool muted_by_others_at (MutePoint mp) const; gain_t mute_gain_at (MutePoint) const; - void set_muted_by_self (bool yn) { _muted_by_self = yn; } + void set_muted_by_self (bool yn) { _muted_by_self = yn; } void mute_at (MutePoint); void unmute_at (MutePoint); void set_mute_points (const std::string& mute_point); - void set_mute_points (MutePoint); - MutePoint mute_points() const { return _mute_point; } + void set_mute_points (MutePoint); + MutePoint mute_points() const { return _mute_point; } - void set_soloed (bool); - void set_solo_ignore (bool yn) { _solo_ignore = yn; } + void set_soloed (bool); + void set_solo_ignore (bool yn) { _solo_ignore = yn; } PBD::Signal0 MutePointChanged; @@ -72,9 +72,9 @@ class MuteMaster : public SessionHandleRef, public PBD::Stateful private: volatile MutePoint _mute_point; - volatile bool _muted_by_self; - volatile bool _soloed; - volatile bool _solo_ignore; + volatile bool _muted_by_self; + volatile bool _soloed; + volatile bool _solo_ignore; }; } // namespace ARDOUR -- cgit v1.2.3