From 8baf7fbab23a64982bea4efb6e59bfd960ff5d42 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 16 Nov 2025 13:54:59 -0700 Subject: [PATCH] NO-OP: comment formatting --- libs/ardour/smf_source.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc index 1017036094..f0ce11708f 100644 --- a/libs/ardour/smf_source.cc +++ b/libs/ardour/smf_source.cc @@ -412,7 +412,9 @@ SMFSource::write_unlocked (const WriterLock& lock, if ((dur != timecnt_t::max (dur.time_domain())) && (time > pos_samples + _capture_length + dur_samples)) { /* The diskstream doesn't want us to write everything, and this - event is past the end of this block, so we're done for now. */ + event is past the end of this block, so we're done + for now. + */ break; }