NO-OP: whitespace
This commit is contained in:
parent
73d0b6894a
commit
f5330d763a
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user