mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
Add missing space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user