diff options
Diffstat (limited to 'clang/lib/Format')
-rw-r--r-- | clang/lib/Format/UnwrappedLineFormatter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Format/UnwrappedLineFormatter.cpp b/clang/lib/Format/UnwrappedLineFormatter.cpp index 43f65dd04b2..9c8b5ba08eb 100644 --- a/clang/lib/Format/UnwrappedLineFormatter.cpp +++ b/clang/lib/Format/UnwrappedLineFormatter.cpp @@ -109,8 +109,7 @@ private: const FormatStyle &Style; const AdditionalKeywords &Keywords; - - unsigned AdditionalIndent; + const unsigned AdditionalIndent; /// \brief The indent in characters for each level. std::vector<int> IndentForLevel; |