fix_bbtppq: add missing space - no-op 5.4
authornick_m <mainsbridge@gmail.com>
Sat, 1 Oct 2016 01:30:40 +0000 (11:30 +1000)
committernick_m <mainsbridge@gmail.com>
Sat, 1 Oct 2016 01:30:40 +0000 (11:30 +1000)
session_utils/fix_bbtppq.cc

index 1d5277fc94beceab94c93873c6e25371cf2b388a..0b060b5d63df9d264bed91cae6f0018676892908 100644 (file)
@@ -211,7 +211,7 @@ reset_start (Session* session, boost::shared_ptr<MidiRegion> region)
        /* force a change to start and start_beats */
        PositionLockStyle old_pls = region->position_lock_style();
        region->set_position_lock_style (AudioTime);
-       region->set_start (tmap.frame_at_quarter_note (region->pulse() * 4.0) - tmap.frame_at_quarter_note ((region->pulse() * 4.0) - new_start_qn)+ 1);
+       region->set_start (tmap.frame_at_quarter_note (region->pulse() * 4.0) - tmap.frame_at_quarter_note ((region->pulse() * 4.0) - new_start_qn) + 1);
        region->set_start (tmap.frame_at_quarter_note (region->pulse() * 4.0) - tmap.frame_at_quarter_note ((region->pulse() * 4.0) - new_start_qn));
        region->set_position_lock_style (old_pls);