NO-OP: use Tab to indent

This commit is contained in:
Robin Gareus 2023-04-01 17:21:32 +02:00
parent a6401763a3
commit 4ba1ccc09b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 3 additions and 3 deletions

View File

@ -1786,9 +1786,9 @@ ControlList::rt_safe_earliest_event_linear_unlocked (Temporal::timepos_t const&
}
/* This method is ONLY used for interpolating to generate value/time
* duples not present in the actual ControlList, and because of this,
* the desired time domain is always audio time.
*/
* duples not present in the actual ControlList, and because of this,
* the desired time domain is always audio time.
*/
double a = first->when.superclocks ();
double b = next->when.superclocks ();