cosmetic: trailing whitespace

This commit is contained in:
Daniel Kochmański 2016-08-13 16:05:13 +02:00
parent 93ea93f06a
commit 3f6a4b99a7

View file

@ -41,9 +41,11 @@ working with make).
After you go through the steps above, go for the executable file and
try that demo.
Notice: For OSX users, you should manually move the .fasb file into the
directory where your executable file is in. So run the command:
`mv hello-lisp-system--all-systems.fasb ecl_qtdemo.app/Contents/MacOS/`
Notice: For OSX users, you should manually move the .fasb file into
the directory where your executable file is in. So run the command:
```
mv hello-lisp-system--all-systems.fasb ecl_qtdemo.app/Contents/MacOS/
```
Happy hacking with ECL!