astyle fix

This commit is contained in:
Reijo Tomperi 2011-11-20 23:43:55 +02:00
parent e0ea4228cd
commit 91e89380c2
3 changed files with 5 additions and 6 deletions

View File

@ -257,8 +257,7 @@ unsigned int CppCheck::processFile()
ErrorLogger::ErrorMessage::FileLocation loc; ErrorLogger::ErrorMessage::FileLocation loc;
loc.setfile(fixedpath); loc.setfile(fixedpath);
err._callStack.push_back(loc); err._callStack.push_back(loc);
} } else {
else{
err._callStack.begin()->setfile(fixedpath); err._callStack.begin()->setfile(fixedpath);
} }