Code formatting

This commit is contained in:
orbitcowboy 2021-12-19 17:45:04 +01:00
parent b2d81f0870
commit efd3aa47c5
2 changed files with 5 additions and 3 deletions

View File

@ -31,7 +31,9 @@ Settings::Settings() : maxCtuDepth(10), maxTemplateRecursion(100) {}
cppcheck::Platform::Platform() {} cppcheck::Platform::Platform() {}
Library::Library() {} Library::Library() {}
ImportProject::ImportProject() {} ImportProject::ImportProject() {}
bool ImportProject::sourceFileExists(const std::string &/*file*/) { return true; } bool ImportProject::sourceFileExists(const std::string & /*file*/) {
return true;
}
void TestProjectFile::loadInexisting() void TestProjectFile::loadInexisting()
{ {