13
0

braces, please

This commit is contained in:
Paul Davis 2024-10-25 14:53:36 -06:00
parent 3acde0965a
commit 34731250f4

View File

@ -740,7 +740,11 @@ SMFSource::load_model_unlocked (bool force_reload)
std::list< std::pair< Evoral::Event<Temporal::Beats>*, gint > > eventlist;
for (unsigned i = 1; i <= num_tracks(); ++i) {
if (seek_to_track(i)) continue;
if (seek_to_track(i)) {
continue;
}
std::cerr << "Now loading track " << i << std::endl;
time = 0;
have_event_id = false;