Change clang format line width to 120
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user