refactor: review format and imports
This commit is contained in:
+1
-1
@@ -137,4 +137,4 @@ double tempo_total(const Tempo *tempo) {
|
||||
|
||||
double tempo_progress(const Tempo *tempo, double modulo) {
|
||||
return fmod(tempo_total(tempo), modulo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user