13
0

NO-OP: whitespace

This commit is contained in:
Paul Davis 2024-06-06 16:13:41 -06:00
parent e0a5b591f8
commit fea6c7592f

View File

@ -93,7 +93,7 @@ public:
struct TempoMapScope { struct TempoMapScope {
TempoMapScope (EditingContext& context, std::shared_ptr<Temporal::TempoMap> map) TempoMapScope (EditingContext& context, std::shared_ptr<Temporal::TempoMap> map)
: ec (context) : ec (context)
{ {
old_map = ec.start_local_tempo_map (map); old_map = ec.start_local_tempo_map (map);