From 6fb68d8007f72b78d4f8bc52e3c49ed5740e8e0b Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Tue, 12 May 2015 11:14:06 +0000 Subject: [PATCH] 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 --- lib/Format/UnwrappedLineFormatter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.50.1