Revert magic mystery changed from r4396 (trailing whitespace).
authorDavid Robillard <d@drobilla.net>
Sat, 10 Jan 2009 14:54:23 +0000 (14:54 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 10 Jan 2009 14:54:23 +0000 (14:54 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@4398 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/audio_diskstream.h

index 0db44709f8267a2c4490ecd65f358c60a5e5f448..79ffe3d490d5fe7f9f61b1649de79e1d896acb6c 100644 (file)
@@ -217,7 +217,7 @@ class AudioDiskstream : public Diskstream
   protected:
        friend class AudioTrack;
 
-       int  process (nframes_t transport_frame, nframes_t nframes, nframes_t offset, bool can_record, bool rec_monitors_input);        
+       int  process (nframes_t transport_frame, nframes_t nframes, nframes_t offset, bool can_record, bool rec_monitors_input);
        bool commit  (nframes_t nframes);
 
   private:
@@ -270,7 +270,7 @@ class AudioDiskstream : public Diskstream
                  nframes_t& start, nframes_t cnt, 
                  ChannelInfo* channel_info, int channel, bool reversed);
 
-       
+
        void finish_capture (bool rec_monitors_input, boost::shared_ptr<ChannelList>);
        void transport_stopped (struct tm&, time_t, bool abort);
        void transport_looped (nframes_t transport_frame);