astyle formatting
This commit is contained in:
parent
91e66e74d0
commit
2346ab8839
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue