Revert magic mystery changed from r4396 (trailing whitespace).

git-svn-id: svn://localhost/ardour2/branches/3.0@4398 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-01-10 14:54:23 +00:00
parent b7715419f2
commit 6254083184
1 changed files with 2 additions and 2 deletions

View 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);