astyle formatting
This commit is contained in:
parent
739b6a93e2
commit
b7e14223b3
|
@ -68,7 +68,7 @@ bool CppCheckExecutor::parseFromArgs(CppCheck *cppcheck, int argc, const char* c
|
||||||
std::list<std::string>::iterator iter;
|
std::list<std::string>::iterator iter;
|
||||||
for (iter = _settings._includePaths.begin();
|
for (iter = _settings._includePaths.begin();
|
||||||
iter != _settings._includePaths.end();
|
iter != _settings._includePaths.end();
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
const std::string path(Path::toNativeSeparators(*iter));
|
const std::string path(Path::toNativeSeparators(*iter));
|
||||||
if (FileLister::isDirectory(path))
|
if (FileLister::isDirectory(path))
|
||||||
|
|
Loading…
Reference in New Issue