clang-tidy: Use default member initialization

This commit is contained in:
Regina Pfeifer
2018-11-21 23:17:54 +01:00
parent 32cb564bea
commit b2aa3aedea
62 changed files with 152 additions and 347 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
const std::string GetCharacters() const;
private:
Style NewLineStyle;
Style NewLineStyle = Invalid;
};
#endif