Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant code in whitespace stripping #11039

Merged
merged 1 commit into from May 7, 2016

Commits on May 5, 2016

  1. Remove redundant code in whitespace stripping

    LineBreaker calls Fragment::strip_trailing_whitespace_if_necessary and then
    recalculates the fragment's inline size.  But this isn't necessary because
    strip_trailing_whitespace_if_necessary already recalculates the size.
    mbrubeck committed May 5, 2016
You can’t perform that action at this time.