diff --git a/gui/test/benchmark/simple/benchmarksimple.h b/gui/test/benchmark/simple/benchmarksimple.h index bc6c28e44..51a7984dc 100644 --- a/gui/test/benchmark/simple/benchmarksimple.h +++ b/gui/test/benchmark/simple/benchmarksimple.h @@ -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 {} }; diff --git a/gui/test/projectfile/testprojectfile.cpp b/gui/test/projectfile/testprojectfile.cpp index 0d01b4528..b0a40a9a7 100644 --- a/gui/test/projectfile/testprojectfile.cpp +++ b/gui/test/projectfile/testprojectfile.cpp @@ -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() {