Code formatting
This commit is contained in:
parent
b2d81f0870
commit
efd3aa47c5
|
@ -31,7 +31,9 @@ Settings::Settings() : maxCtuDepth(10), maxTemplateRecursion(100) {}
|
|||
cppcheck::Platform::Platform() {}
|
||||
Library::Library() {}
|
||||
ImportProject::ImportProject() {}
|
||||
bool ImportProject::sourceFileExists(const std::string &/*file*/) { return true; }
|
||||
bool ImportProject::sourceFileExists(const std::string & /*file*/) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void TestProjectFile::loadInexisting()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue