diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-15 15:32:27 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-15 17:16:47 +0530 |
| commit | ad417dbf700be56bd70521b9a85acba9fa4d0ff8 (patch) | |
| tree | 0cd5aed4c6a522dae61149f312438ec42d11ce48 /arduino-mk | |
| parent | b29a0bed2a1ed513b6400692db49d4c7f1bc21e9 (diff) | |
Fix whitespace issues
Diffstat (limited to 'arduino-mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 31ca2cd..ccd2d95 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -348,14 +348,14 @@ endif # ifndef ARDUINO_SKETCHBOOK ifneq ($(wildcard $(HOME)/.arduino/preferences.txt),) - ARDUINO_SKETCHBOOK = $(shell grep --max-count=1 --regexp="sketchbook.path=" \ + ARDUINO_SKETCHBOOK = $(shell grep --max-count=1 --regexp="sketchbook.path=" \ $(HOME)/.arduino/preferences.txt | \ sed -e 's/sketchbook.path=//' ) endif - # on mac + # on mac ifneq ($(wildcard $(HOME)/Library/Arduino/preferences.txt),) - ARDUINO_SKETCHBOOK = $(shell grep --max-count=1 --regexp="sketchbook.path=" \ + ARDUINO_SKETCHBOOK = $(shell grep --max-count=1 --regexp="sketchbook.path=" \ $(HOME)/Library/Arduino/preferences.txt | \ sed -e 's/sketchbook.path=//' ) endif @@ -413,9 +413,9 @@ ifndef BOARD_TAG BOARD_TAG = uno $(call show_config_variable,BOARD_TAG,[DEFAULT]) else - # Strip the board tag of any extra whitespace, since it was causing the makefile to fail - # https://github.com/sudar/Arduino-Makefile/issues/57 - BOARD_TAG := $(strip $(BOARD_TAG)) + # Strip the board tag of any extra whitespace, since it was causing the makefile to fail + # https://github.com/sudar/Arduino-Makefile/issues/57 + BOARD_TAG := $(strip $(BOARD_TAG)) $(call show_config_variable,BOARD_TAG,[USER]) endif |
