summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-02 00:06:11 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-02 00:06:11 +0000
commitfff03c103dd899e14891c827f0a52eafb6f6eadb (patch)
tree1779dcc489af30739f67d165d458b43ba672e971 /libs/ardour/audio_diskstream.cc
parent1c7f17dcc0538210e9cbcfc64822b0bb4af19c7b (diff)
Small cleanup.
git-svn-id: svn://localhost/ardour2/branches/3.0@7867 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/audio_diskstream.cc')
-rw-r--r--libs/ardour/audio_diskstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/audio_diskstream.cc b/libs/ardour/audio_diskstream.cc
index f8bd4f698f..c88080a3d5 100644
--- a/libs/ardour/audio_diskstream.cc
+++ b/libs/ardour/audio_diskstream.cc
@@ -437,7 +437,7 @@ AudioDiskstream::process (framepos_t transport_frame, nframes_t nframes, bool ca
return 0;
}
- check_record_status (transport_frame, nframes, can_record);
+ check_record_status (transport_frame, can_record);
if (nframes == 0) {
return 0;
@@ -474,7 +474,7 @@ AudioDiskstream::process (framepos_t transport_frame, nframes_t nframes, bool ca
}
OverlapType ot = coverage (first_recordable_frame, last_recordable_frame, transport_frame, transport_frame + nframes);
-
+
calculate_record_range (ot, transport_frame, nframes, rec_nframes, rec_offset);
if (rec_nframes && !was_recording) {