summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-10 14:54:23 +0000
committerDavid Robillard <d@drobilla.net>2009-01-10 14:54:23 +0000
commit62540831848f90335d6b461b8a0b7783018472cf (patch)
tree12932c4998b79a3f1c93ceebbc6550dd6b4a1198
parentb7715419f2ae85af70a0d78722798a5b0ea16263 (diff)
Revert magic mystery changed from r4396 (trailing whitespace).
git-svn-id: svn://localhost/ardour2/branches/3.0@4398 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/ardour/audio_diskstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/audio_diskstream.h b/libs/ardour/ardour/audio_diskstream.h
index 0db44709f8..79ffe3d490 100644
--- a/libs/ardour/ardour/audio_diskstream.h
+++ b/libs/ardour/ardour/audio_diskstream.h
@@ -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);