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/io_processor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/io_processor.h') diff --git a/libs/ardour/ardour/io_processor.h b/libs/ardour/ardour/io_processor.h index 40a974156c..4f7d1467c8 100644 --- a/libs/ardour/ardour/io_processor.h +++ b/libs/ardour/ardour/io_processor.h @@ -65,7 +65,7 @@ class IOProcessor : public Processor void silence (framecnt_t nframes); void disconnect (); - void increment_port_buffer_offset (pframes_t); + void increment_port_buffer_offset (pframes_t); virtual bool feeds (boost::shared_ptr other) const; @@ -74,7 +74,7 @@ class IOProcessor : public Processor XMLNode& state (bool full_state); int set_state (const XMLNode&, int version); - + protected: boost::shared_ptr _input; boost::shared_ptr _output; @@ -84,7 +84,7 @@ class IOProcessor : public Processor IOProcessor (const IOProcessor&); virtual int set_state_2X (const XMLNode &, int); - + bool _own_input; bool _own_output; -- cgit v1.2.3