NO-OP: whitespace
This commit is contained in:
parent
a0b5616c85
commit
02c698ed85
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user