NOOP: comment whitespace fix

This commit is contained in:
Paul Davis 2021-08-07 18:54:07 -06:00
parent 58aa2026dc
commit 1a29a58a05

View file

@ -377,7 +377,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
if (trigger->stop_requested()) { if (trigger->stop_requested()) {
/* bang_samples says when to stop, so compute an offset /* bang_samples says when to stop, so compute an offset
*into the nframes we've been asked to provide. * into the nframes we've been asked to provide.
*/ */
trigger_samples = nframes - (trigger->bang_samples - start_sample); trigger_samples = nframes - (trigger->bang_samples - start_sample);