From faa52a33498b7d655c6e54176bd257d88eec3ea5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 22 Jun 2017 18:08:38 +0200 Subject: NO-OP: whitespace --- libs/ardour/ardour/route.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'libs/ardour/ardour/route.h') diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h index 0879071aca..fad986f936 100644 --- a/libs/ardour/ardour/route.h +++ b/libs/ardour/ardour/route.h @@ -568,11 +568,11 @@ public: void monitor_run (framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick); - bool slaved_to (boost::shared_ptr) const; - bool slaved () const; + bool slaved_to (boost::shared_ptr) const; + bool slaved () const; - protected: - friend class Session; +protected: + friend class Session; void catch_up_on_solo_mute_override (); void set_listen (bool); @@ -580,13 +580,11 @@ public: void curve_reallocate (); virtual void set_block_size (pframes_t nframes); - protected: - virtual framecnt_t check_initial_delay (framecnt_t nframes, framepos_t&) { return nframes; } + virtual framecnt_t check_initial_delay (framecnt_t nframes, framepos_t&) { return nframes; } void fill_buffers_with_input (BufferSet& bufs, boost::shared_ptr io, pframes_t nframes); - void passthru (BufferSet&, framepos_t start_frame, framepos_t end_frame, - pframes_t nframes, int declick); + void passthru (BufferSet&, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick); virtual void write_out_of_band_data (BufferSet& /* bufs */, framepos_t /* start_frame */, framepos_t /* end_frame */, framecnt_t /* nframes */) {} @@ -661,7 +659,6 @@ public: virtual ChanCount input_streams () const; -protected: virtual XMLNode& state(bool); int configure_processors (ProcessorStreams*); @@ -689,7 +686,7 @@ protected: boost::shared_ptr the_instrument_unlocked() const; - private: +private: int64_t _track_number; int set_state_2X (const XMLNode&, int); @@ -777,7 +774,7 @@ protected: void reset_instrument_info (); - void solo_control_changed (bool self, PBD::Controllable::GroupControlDisposition); + void solo_control_changed (bool self, PBD::Controllable::GroupControlDisposition); }; } // namespace ARDOUR -- cgit v1.2.3