From 4c66e36b91df4e49effef77ad01c905ccedff730 Mon Sep 17 00:00:00 2001 From: Nil Geisweiller Date: Wed, 21 Dec 2016 22:57:39 +0200 Subject: Fix indentation 8 whitespaces to tab --- libs/panners/1in2out/panner_1in2out.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'libs/panners/1in2out') diff --git a/libs/panners/1in2out/panner_1in2out.h b/libs/panners/1in2out/panner_1in2out.h index 06d68a706f..67543fd898 100644 --- a/libs/panners/1in2out/panner_1in2out.h +++ b/libs/panners/1in2out/panner_1in2out.h @@ -46,17 +46,17 @@ class Panner1in2out : public Panner bool clamp_position (double&); std::pair position_range () const; - double position() const; + double position() const; - ChanCount in() const { return ChanCount (DataType::AUDIO, 1); } - ChanCount out() const { return ChanCount (DataType::AUDIO, 2); } + ChanCount in() const { return ChanCount (DataType::AUDIO, 1); } + ChanCount out() const { return ChanCount (DataType::AUDIO, 2); } - std::set what_can_be_automated() const; + std::set what_can_be_automated() const; - static Panner* factory (boost::shared_ptr, boost::shared_ptr); + static Panner* factory (boost::shared_ptr, boost::shared_ptr); - std::string describe_parameter (Evoral::Parameter); - std::string value_as_string (boost::shared_ptr) const; + std::string describe_parameter (Evoral::Parameter); + std::string value_as_string (boost::shared_ptr) const; XMLNode& get_state (); @@ -71,11 +71,11 @@ class Panner1in2out : public Panner float right_interp; void distribute_one (AudioBuffer& src, BufferSet& obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which); - void distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs, - framepos_t start, framepos_t end, pframes_t nframes, - pan_t** buffers, uint32_t which); + void distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs, + framepos_t start, framepos_t end, pframes_t nframes, + pan_t** buffers, uint32_t which); - void update (); + void update (); }; } // namespace -- cgit v1.2.3