Mercurial > hg > vamp-plugin-load-checker
diff checker/plugincandidates.h @ 19:c80c55cabfcd
Untabify
author | Chris Cannam |
---|---|
date | Tue, 01 Nov 2016 15:16:08 +0000 |
parents | 25e00373f597 |
children | 24b1d94440f5 |
line wrap: on
line diff
--- a/checker/plugincandidates.h Tue Nov 01 15:09:44 2016 +0000 +++ b/checker/plugincandidates.h Tue Nov 01 15:16:08 2016 +0000 @@ -72,8 +72,8 @@ * Not thread-safe. */ void scan(std::string tag, - stringlist pluginPath, - std::string descriptorSymbolName); + stringlist pluginPath, + std::string descriptorSymbolName); /** Return list of plugin library paths that were checked * successfully during the scan for the given tag. @@ -81,8 +81,8 @@ stringlist getCandidateLibrariesFor(std::string tag) const; struct FailureRec { - std::string library; - std::string message; + std::string library; + std::string message; }; /** Return list of failure reports arising from the prior scan for