From 1a29a58a05a50f8dd8dc91e06a2075092efa42ed Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 7 Aug 2021 18:54:07 -0600 Subject: [PATCH] NOOP: comment whitespace fix --- libs/ardour/triggerbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 3dce0b9755..fe2658a422 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -377,7 +377,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp if (trigger->stop_requested()) { /* 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);