Index: clang/lib/Format/UnwrappedLineFormatter.cpp =================================================================== --- clang/lib/Format/UnwrappedLineFormatter.cpp +++ clang/lib/Format/UnwrappedLineFormatter.cpp @@ -166,11 +166,10 @@ const AdditionalKeywords &Keywords; const unsigned AdditionalIndent; - /// The indent in characters for each level. - /// It remembers the indent of previous lines (that are not PP directives) of - /// equal or lower levels. This is used to align formatted lines to the indent - /// of previous non-formatted lines. Think about the --lines parameter of - /// clang-format. + /// The indent in characters for each level. It remembers the indent of + /// previous lines (that are not PP directives) of equal or lower levels. This + /// is used to align formatted lines to the indent of previous non-formatted + /// lines. Think about the --lines parameter of clang-format. SmallVector IndentForLevel; /// Offset of the current line relative to the indent level.