astyle formatting

This commit is contained in:
Daniel Marjamäki 2010-10-22 19:58:18 +02:00
parent 91e66e74d0
commit 2346ab8839
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ bool CppCheckExecutor::parseFromArgs(CppCheck *cppcheck, int argc, const char* c
cppcheck->addFile(*iter);
}
if(filenames.empty())
if (filenames.empty())
{
std::cout << "cppcheck: error: could not find or open any of the paths given." << std::endl;
return false;