From: Daniel Jasper Date: Thu, 3 Apr 2014 12:00:27 +0000 (+0000) Subject: x X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d28a215437031f02229547fc224bc117bddcd4c0;p=clang x git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205526 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/ContinuationIndenter.cpp b/lib/Format/ContinuationIndenter.cpp index 5aa3f4f8c6..38086379fe 100644 --- a/lib/Format/ContinuationIndenter.cpp +++ b/lib/Format/ContinuationIndenter.cpp @@ -350,7 +350,7 @@ unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, // Breaking before the first "<<" is generally not desirable if the LHS is // short. Also always add the penalty if the LHS is split over mutliple lines - // to avoid unncessary line breaks that just work around this penalty. + // to avoid unnecessary line breaks that just work around this penalty. if (NextNonComment->is(tok::lessless) && State.Stack.back().FirstLessLess == 0 && (State.Column <= Style.ColumnLimit / 3 ||