r205526 - x
Daniel Jasper
djasper at google.com
Thu Apr 3 05:00:28 PDT 2014
Author: djasper
Date: Thu Apr 3 07:00:27 2014
New Revision: 205526
URL: http://llvm.org/viewvc/llvm-project?rev=205526&view=rev
Log:
x
Modified:
cfe/trunk/lib/Format/ContinuationIndenter.cpp
Modified: cfe/trunk/lib/Format/ContinuationIndenter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.cpp?rev=205526&r1=205525&r2=205526&view=diff
==============================================================================
--- cfe/trunk/lib/Format/ContinuationIndenter.cpp (original)
+++ cfe/trunk/lib/Format/ContinuationIndenter.cpp Thu Apr 3 07:00:27 2014
@@ -350,7 +350,7 @@ unsigned ContinuationIndenter::addTokenO
// 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 ||
More information about the cfe-commits
mailing list