diff options
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r-- | src/tools/srcclean.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index b8402d31f7a..19f550d6f17 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -186,7 +186,7 @@ private: // output state management unsigned m_output_column = 0U; - unsigned m_indent; + unsigned m_indent = 0U; unsigned m_tab_limit = std::numeric_limits<unsigned>::max(); std::vector<char32_t> m_whitespace; |