Code formatting
This commit is contained in:
parent
b2d81f0870
commit
efd3aa47c5
|
@ -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 {}
|
||||
};
|
||||
|
|
|
@ -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