Fix whitespace issues

This commit is contained in:
Sudar 2013-06-15 15:32:27 +05:30
parent b29a0bed2a
commit ad417dbf70
2 changed files with 8 additions and 8 deletions

View file

@ -4,8 +4,8 @@ A Makefile for Arduino Sketches
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
### 0.11.0 (in development)
- Replace hardcoded executables with variable name
- Replace hardcoded executables with variable
- Fix whitespace issues
### 0.10.6 (2013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)