whitespace

This commit is contained in:
Jez Higgins 2012-11-12 22:26:43 +00:00
parent 5fe68c9d08
commit 0467d9bea8

View file

@ -69,7 +69,7 @@ std::set<std::string> parse_tests_to_run(int argc, const char* argv[])
else
{
if(std::string(argv[a]) == "-log")
++a; // skip next
++a; // skip next
} // if ...
return tests;