Change clang format line width to 120

This commit is contained in:
2025-01-21 13:54:06 +01:00
parent 2d63375daa
commit 22c858dd59
8 changed files with 15 additions and 21 deletions

View File

@@ -28,6 +28,6 @@ class RedNosedReports
virtual void processDataLine(const std::string& line) override;
virtual void finish() override;
private:
void checkLastLevel(const Slope sameSlope, const Slope otherSlope,
const int delta, const int sign, RedNosedReportData& data);
void checkLastLevel(const Slope sameSlope, const Slope otherSlope, const int delta, const int sign,
RedNosedReportData& data);
};