From 3ac9b9e258cfd7134fa5243c570aad7804c39ba8 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Mon, 8 Jul 2013 14:34:09 +0000 Subject: Reformat clang-format's source files after r185822 and others. llvm-svn: 185823 --- clang/lib/Format/Format.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'clang/lib/Format/Format.cpp') diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 0b0092d31f8..e4004a649b0 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -271,9 +271,9 @@ public: LineState State; State.Column = FirstIndent; State.NextToken = RootToken; - State.Stack.push_back( - ParenState(FirstIndent, FirstIndent, /*AvoidBinPacking=*/false, - /*NoLineBreak=*/false)); + State.Stack.push_back(ParenState(FirstIndent, FirstIndent, + /*AvoidBinPacking=*/false, + /*NoLineBreak=*/false)); State.LineContainsContinuedForLoopSection = false; State.ParenLevel = 0; State.StartOfStringLiteral = 0; @@ -1289,9 +1289,9 @@ public: !AnnotatedLines[i].First->Next) AnnotatedLines[i].Level = NextNonCommentLine->Level; else - NextNonCommentLine = - AnnotatedLines[i].First->isNot(tok::r_brace) ? &AnnotatedLines[i] - : NULL; + NextNonCommentLine = AnnotatedLines[i].First->isNot(tok::r_brace) + ? &AnnotatedLines[i] + : NULL; } std::vector IndentForLevel; -- cgit v1.2.3