Clean whitespace

Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines
This commit is contained in:
Carlos Liam 2015-10-19 11:16:31 -04:00
parent 3e268f2fba
commit f9d056f1b7
32 changed files with 71 additions and 71 deletions

View file

@ -98,7 +98,7 @@ Building the documentation requires building the compiler, so the above
details will apply. Once you have the compiler built, you can
```sh
$ make docs NO_REBUILD=1
$ make docs NO_REBUILD=1
```
To make sure you dont re-build the compiler because you made a change