13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2023-09-19 06:17:45 +02:00
parent d7bbc9078f
commit 6edbc21929
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -763,7 +763,7 @@ Region::set_position_internal (timepos_t const & pos)
l.set_position (pos);
l.set_time_domain (td);
_length = l;
} else {
} else {
/* time domain of position not changing */
_length = timecnt_t (_length.val().distance(), pos);
}