clang-format: Make member introduced in r237108 const.
authorDaniel Jasper <djasper@google.com>
Tue, 12 May 2015 11:14:06 +0000 (11:14 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 12 May 2015 11:14:06 +0000 (11:14 +0000)
llvm-svn: 237114

clang/lib/Format/UnwrappedLineFormatter.cpp

index 43f65dd..9c8b5ba 100644 (file)
@@ -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;