Merge pull request #1395 from ghalley/spaces

[en] Remove unnecessary whitespace throughout the english files
This commit is contained in:
Adam Bard 2015-10-08 11:24:31 +08:00
commit abd7444f9e
40 changed files with 685 additions and 685 deletions

View File

@ -64,7 +64,7 @@ doStuff()
// There are three special not-a-real-number values: // There are three special not-a-real-number values:
Infinity; // result of e.g. 1/0 Infinity; // result of e.g. 1/0
-Infinity; // result of e.g. -1/0 -Infinity; // result of e.g. -1/0
NaN; // result of e.g. 0/0 NaN; // result of e.g. 0/0, stands for 'Not a Number'
// There's also a boolean type. // There's also a boolean type.
true; true;