Skip to content

fix whitespace #11480

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

Merged
merged 1 commit into from
Apr 25, 2019
Merged

fix whitespace #11480

merged 1 commit into from
Apr 25, 2019

Conversation

OskarStark
Copy link
Contributor

I don't know what it was, but now its correct 😄

@javiereguiluz
Copy link
Member

This is really strange. In my editor, after each white space there's "something strange that it's not a white space but looks like a white space":

white-spaces

@javiereguiluz javiereguiluz merged commit b6e27bd into symfony:3.4 Apr 25, 2019
javiereguiluz added a commit that referenced this pull request Apr 25, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

fix whitespace

I don't know what it was, but now its correct 😄

Commits
-------

b6e27bd fix whitespace
javiereguiluz added a commit that referenced this pull request Apr 25, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

Fixed more wrong white spaces

This continues the work made by @OskarStark in #11480. I looked for more occurrences of the "strange white space" ... and there were a lot of them.

Oskar, in case you can create a validation rule about this, I opened the file using an hexadecimal editor and saw that:

* "normal white space" = `0x20`
* "weird white space" = `0xA0` (see http://www.fileformat.info/info/unicode/char/00a0/index.htm)

Commits
-------

e0b3cbb Fixed more wrong white spaces
@OskarStark OskarStark deleted the fix-whitespace branch April 25, 2019 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants