fix readability-identifier-length

This commit is contained in:
wmayer
2023-11-14 20:15:02 +01:00
parent 6a66034ce2
commit 73a1e90e45
38 changed files with 281 additions and 270 deletions

View File

@@ -148,7 +148,7 @@ public:
RedirectStdOutput();
protected:
int overflow(int c = EOF) override;
int overflow(int ch = EOF) override;
int sync() override;
private:
@@ -161,7 +161,7 @@ public:
RedirectStdError();
protected:
int overflow(int c = EOF) override;
int overflow(int ch = EOF) override;
int sync() override;
private:
@@ -174,7 +174,7 @@ public:
RedirectStdLog();
protected:
int overflow(int c = EOF) override;
int overflow(int ch = EOF) override;
int sync() override;
private: