astyle fix
This commit is contained in:
parent
e0ea4228cd
commit
91e89380c2
|
@ -257,8 +257,7 @@ unsigned int CppCheck::processFile()
|
|||
ErrorLogger::ErrorMessage::FileLocation loc;
|
||||
loc.setfile(fixedpath);
|
||||
err._callStack.push_back(loc);
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
err._callStack.begin()->setfile(fixedpath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue