From 4ba1ccc09ba045e9e16c2550afd79735bd6695ae Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 1 Apr 2023 17:21:32 +0200 Subject: [PATCH] NO-OP: use Tab to indent --- libs/evoral/ControlList.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/evoral/ControlList.cc b/libs/evoral/ControlList.cc index 7ee94ab7b2..70a1072b82 100644 --- a/libs/evoral/ControlList.cc +++ b/libs/evoral/ControlList.cc @@ -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 ();