NO-OP: comment formatting

This commit is contained in:
Paul Davis
2025-11-16 13:54:59 -07:00
parent ec9120ab05
commit 8baf7fbab2

View File

@@ -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;
}