Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / io_processor.h
index 40a974156c62f935e456a62e8f4605478ce15c9c..4f7d1467c88dbc54f1ae1b25cf391534b02a6317 100644 (file)
@@ -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<Route> 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<IO> _input;
        boost::shared_ptr<IO> _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;