mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
clang-tidy: Use default member initialization
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
const std::string GetCharacters() const;
|
||||
|
||||
private:
|
||||
Style NewLineStyle;
|
||||
Style NewLineStyle = Invalid;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user