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

Replace comments' non-breaking spaces with spaces #8421

Merged
merged 1 commit into from Dec 5, 2012

Commits on Dec 5, 2012

  1. Replace comments' non-breaking spaces with spaces

    Sometimes, on Mac OS X, programmers accidentally press Option+Space
    rather than just Space and don’t see the difference. The problem is
    that Option+Space writes a non-breaking space (0XA0) rather than a
    normal space (0x20).
    
    This commit removes all the non-breaking spaces inadvertently
    introduced in the comments of the code.
    claudiob committed Dec 5, 2012
    Copy the full SHA
    019df98 View commit details
    Browse the repository at this point in the history