diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-14 04:24:03 -0700 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-14 04:24:03 -0700 |
| commit | 328800411aba69e9d4f1afe4d96fcb26840603d5 (patch) | |
| tree | 00ed700776e2187b58838394864ec702e25cae28 /arduino-mk | |
| parent | 60ca7d285285a8dda3beb8074dc8fd7427f850a4 (diff) | |
| parent | ffdfa7d170ec674e19bded98e7b4974aa52feff7 (diff) | |
Merge pull request #72 from matthijskooijman/indent-fix
Don't indent variable assignments with tabs
Diffstat (limited to 'arduino-mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index b1c79b6..056ab13 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -721,9 +721,9 @@ $(OBJDIR)/libs/%.o: $(USER_LIB_PATH)/%.c $(CC) -MMD -c $(CPPFLAGS) $(CFLAGS) $< -o $@ ifdef COMMON_DEPS - COMMON_DEPS := $(COMMON_DEPS) Makefile + COMMON_DEPS := $(COMMON_DEPS) Makefile else - COMMON_DEPS := Makefile + COMMON_DEPS := Makefile endif # normal local sources |
