NO-OP: whitespace

This commit is contained in:
Paul Davis 2024-06-06 16:13:41 -06:00
parent 92dacb5f01
commit d784fb15dd

View File

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