Oops, forgot proper CL description (git ... :-( ).

Just a typo I fixed on the way and forgot to merge in with the actual
change.


On Thu, Apr 3, 2014 at 2:00 PM, Daniel Jasper <[email protected]> wrote:

> 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 ||
>
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
  • r205526 - x Daniel Jasper
    • Re: r205526 - x Daniel Jasper

Reply via email to