Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
index 8c927c5fc6614b4294c9856ca281fc21bd54bf58..59f849afd7a944aa2652dc2ff2d25bd4e1d1c48d 100644 (file)
@@ -129,7 +129,7 @@ class MidiDiskstream : public Diskstream
        void set_block_size (pframes_t);
        int  internal_playback_seek (framecnt_t distance);
        int  can_internal_playback_seek (framecnt_t distance);
-        std::list<boost::shared_ptr<Source> > steal_write_sources();
+       std::list<boost::shared_ptr<Source> > steal_write_sources();
        void reset_write_sources (bool, bool force = false);
        void non_realtime_input_change ();
        void non_realtime_locate (framepos_t location);
@@ -173,11 +173,11 @@ class MidiDiskstream : public Diskstream
        void get_input_sources ();
        void set_align_style_from_io();
 
-        /* fixed size buffers per instance of ardour for now (non-dynamic)
-         */
+       /* fixed size buffers per instance of ardour for now (non-dynamic)
+        */
 
-        void adjust_playback_buffering () {}
-        void adjust_capture_buffering () {}
+       void adjust_playback_buffering () {}
+       void adjust_capture_buffering () {}
 
        void engage_record_enable ();
        void disengage_record_enable ();