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

@ -32,6 +32,6 @@ private:
// Empty implementations of ErrorLogger methods.
// We don't care about the output in the benchmark tests.
void reportOut(const std::string & /*outmsg*/, Color /*c*/ = Color::Reset) override {}
void reportErr(const ErrorMessage &/*msg*/) override {}
void bughuntingReport(const std::string &/*str*/) override {}
void reportErr(const ErrorMessage & /*msg*/) override {}
void bughuntingReport(const std::string & /*str*/) override {}
};

View File

@ -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()
{