NOOP: whitespace/newline tweak
This commit is contained in:
parent
e4a2472b79
commit
2c88055ef4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user