13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2019-05-25 01:20:17 +02:00
parent a0b5616c85
commit 02c698ed85
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1369,7 +1369,6 @@ PluginManager::load_statuses ()
ifs >> sstatus;
if (!ifs) {
break;
}
/* rest of the line is the plugin ID */
@ -1386,8 +1385,7 @@ PluginManager::load_statuses ()
} else if (sstatus == "Hidden") {
status = Hidden;
} else {
error << string_compose (_("unknown plugin status type \"%1\" - all entries ignored"), sstatus)
<< endmsg;
error << string_compose (_("unknown plugin status type \"%1\" - all entries ignored"), sstatus) << endmsg;
statuses.clear ();
break;
}