NOOP: whitespace/newline tweak

This commit is contained in:
Paul Davis 2019-06-05 09:56:34 -06:00
parent e4a2472b79
commit 2c88055ef4

View File

@ -368,8 +368,8 @@ MidiTrack::non_realtime_locate (samplepos_t pos)
}
/* Get the top unmuted region at this position. */
boost::shared_ptr<MidiRegion> region = boost::dynamic_pointer_cast<MidiRegion>(
playlist->top_unmuted_region_at(pos));
boost::shared_ptr<MidiRegion> region = boost::dynamic_pointer_cast<MidiRegion>(playlist->top_unmuted_region_at(pos));
if (!region) {
return;
}