13
0

NO-OP: comment format change and whitespace

This commit is contained in:
Paul Davis 2017-10-02 12:38:56 -04:00
parent ee3090dff6
commit 54f9edaf4b

View File

@ -165,8 +165,9 @@ class LIBARDOUR_API DiskIOProcessor : public Processor
/* used only by capture */
boost::shared_ptr<AudioFileSource> write_source;
PBD::RingBufferNPT<CaptureTransition> * capture_transition_buf;
// the following are used in the butler thread only
samplecnt_t curr_capture_cnt;
/* used in the butler thread only */
samplecnt_t curr_capture_cnt;
void resize (samplecnt_t);
};