NO-OP: whitespace
authorRobin Gareus <robin@gareus.org>
Tue, 20 Aug 2019 02:15:11 +0000 (04:15 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 20 Aug 2019 02:15:11 +0000 (04:15 +0200)
libs/ardour/plugin_manager.cc

index 39ddf6a1cd3393f1ca80ee55b652557138813baf..26481b6aeac7fa860cbd6c980872872a41835ad5 100644 (file)
@@ -1623,9 +1623,9 @@ PluginManager::load_tags ()
                        string name;
                        bool user_set;
                        if (!(*i)->get_property (X_("type"), type) ||
-                                       !(*i)->get_property (X_("id"), id) ||
-                                       !(*i)->get_property (X_("tags"), tags) ||
-                                       !(*i)->get_property (X_("name"), name)) {
+                           !(*i)->get_property (X_("id"), id) ||
+                           !(*i)->get_property (X_("tags"), tags) ||
+                           !(*i)->get_property (X_("name"), name)) {
                                continue;
                        }
                        if (!(*i)->get_property (X_("user-set"), user_set)) {