NO-OP: whitespace

This commit is contained in:
Robin Gareus 2018-10-31 23:22:23 +01:00
parent f7b67501a9
commit 352c824fa3

View File

@ -957,7 +957,7 @@ AddRouteDialog::refill_channel_setups ()
}
}
if (!selected_default && ! trk_template_model->children().empty()) {
if (!selected_default && !trk_template_model->children().empty()) {
TreeModel::Children rows = trk_template_model->children();
trk_template_chooser.get_selection()->select(rows[0]);
}