From: Daniel Jasper Date: Tue, 12 May 2015 11:14:06 +0000 (+0000) Subject: clang-format: Make member introduced in r237108 const. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fb68d8007f72b78d4f8bc52e3c49ed5740e8e0b;p=clang clang-format: Make member introduced in r237108 const. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/UnwrappedLineFormatter.cpp b/lib/Format/UnwrappedLineFormatter.cpp index 43f65dd04b..9c8b5ba08e 100644 --- a/lib/Format/UnwrappedLineFormatter.cpp +++ b/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 IndentForLevel;