Restyle sources

This commit is contained in:
Vinnie Falco
2016-08-26 08:01:44 -04:00
parent 878c0f2a19
commit b607d47bd3
44 changed files with 173 additions and 173 deletions

View File

@@ -33,7 +33,7 @@ static
std::string
prefix(suite_info const& s)
{
if (s.manual())
if(s.manual())
return "|M| ";
return " ";
}
@@ -121,7 +121,7 @@ int main(int ac, char const* av[])
match_auto(suites));
else
failed = r.run_each(global_suites());
if (failed)
if(failed)
return EXIT_FAILURE;
return EXIT_SUCCESS;
}