mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
libs/temporal/temporal/types.h: fix confusing indentation
This commit is contained in:
parent
cc6a1e2d6f
commit
aadd24a4e5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class _ratio_t {
|
|||
|
||||
int64_t operator* (int64_t v) const { return int_div_round (v * _numerator, _denominator); }
|
||||
|
||||
private:
|
||||
private:
|
||||
T _numerator;
|
||||
T _denominator;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue