Add missing space

This commit is contained in:
TheAssassin
2018-06-19 23:55:08 +02:00
parent 42b3c6963b
commit b1b42b2cfb

View File

@@ -70,7 +70,7 @@ int main(int argc, char** argv) {
if (listPlugins) {
ldLog() << "Available plugins:" << std::endl;
for (const auto& plugin : foundPlugins) {
ldLog() << plugin.first << LD_NO_SPACE << ":" << plugin.second->path() << LD_NO_SPACE
ldLog() << plugin.first << LD_NO_SPACE << ":" << plugin.second->path()
<< "(type:" << plugin.second->pluginTypeString() << LD_NO_SPACE << ","
<< "API level:" << plugin.second->apiLevel()
<< LD_NO_SPACE << ")" << std::endl;