run astyle

This commit is contained in:
Robert Reif 2011-03-22 19:20:05 -04:00
parent 8308fb72e3
commit 5cdd635701
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ unsigned int CppCheck::check()
std::list<std::string> configurations; std::list<std::string> configurations;
std::string filedata = ""; std::string filedata = "";
if ( (!_fileContents.empty()) && (_fileContents.find(_filenames[c]) != _fileContents.end())) if ((!_fileContents.empty()) && (_fileContents.find(_filenames[c]) != _fileContents.end()))
{ {
// File content was given as a string // File content was given as a string
std::istringstream iss(_fileContents[ _filenames[c] ]); std::istringstream iss(_fileContents[ _filenames[c] ]);