13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2019-08-20 04:15:11 +02:00
parent 73d0b6894a
commit f5330d763a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View 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)) {