Mercurial > hg > vamp-plugin-load-checker
diff src/checker.cpp @ 19:c80c55cabfcd
Untabify
author | Chris Cannam |
---|---|
date | Tue, 01 Nov 2016 15:16:08 +0000 |
parents | 25e00373f597 |
children | 7a20698b4c29 |
line wrap: on
line diff
--- a/src/checker.cpp Tue Nov 01 15:09:44 2016 +0000 +++ b/src/checker.cpp Tue Nov 01 15:16:08 2016 +0000 @@ -45,11 +45,11 @@ KnownPlugins kp("./plugin-checker-helper", &cb); //!!! for (auto t: kp.getKnownPluginTypes()) { - cout << "successful libraries for plugin type \"" - << kp.getTagFor(t) << "\":" << endl; - for (auto lib: kp.getCandidateLibrariesFor(t)) { - cout << lib << endl; - } + cout << "successful libraries for plugin type \"" + << kp.getTagFor(t) << "\":" << endl; + for (auto lib: kp.getCandidateLibrariesFor(t)) { + cout << lib << endl; + } } cout << "Failure message (if any):" << endl;