Fix whitespace/formatting
This commit is contained in:
@@ -2673,10 +2673,11 @@ void Preferences::addExtPressed()
|
||||
|
||||
Gtk::TreeNodeChildren c = extensionModel->children();
|
||||
|
||||
for (size_t i = 0; i < c.size(); i++)
|
||||
for (size_t i = 0; i < c.size(); i++) {
|
||||
if (c[i][extensionColumns.ext] == extension->get_text()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Gtk::TreeRow row = * (extensionModel->append());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user