make: made consistent use of spaces in Makefile.dep#2626
make: made consistent use of spaces in Makefile.dep#2626haukepetersen merged 1 commit intoRIOT-OS:masterfrom
Conversation
|
This is on purpose (at least for my part). Tabs and spaces are interpreted differently by |
|
Never had the time to fix this for all lines though :-/ |
|
ok, then let me change the (all) tabs to spaces in this file... |
95cbf67 to
8a8999f
Compare
8a8999f to
ea8d752
Compare
|
now there is a consistent use of 2 space indention in |
|
ACK when travis is happy. |
|
The commit message is missing a letter. s/ake/make/ |
ea8d752 to
daae886
Compare
|
ups, fixed it. |
|
and go. |
make: made consistent use of spaces in Makefile.dep
Though technically it does not make a difference here, tabs have a different semantic meaning than spaces in Makefiles. To be consistent in RIOT we agreed to use two spaces for if conditions -> see RIOT-OS#2626.
Though technically it does not make a difference here, tabs have a different semantic meaning than spaces in Makefiles. To be consistent in RIOT we agreed to use two spaces for if conditions -> see RIOT-OS#2626.
Though technically it does not make a difference here, tabs have a different semantic meaning than spaces in Makefiles. To be consistent in RIOT we agreed to use two spaces for if conditions -> see RIOT-OS#2626.
Though technically it does not make a difference here, tabs have a different semantic meaning than spaces in Makefiles. To be consistent in RIOT we agreed to use two spaces for if conditions -> see #2626.
Though technically it does not make a difference here, tabs have a different semantic meaning than spaces in Makefiles. To be consistent in RIOT we agreed to use two spaces for if conditions -> see RIOT-OS#2626.
seems like some spaces slipped into the
Makefile.depwhich contains only tabs for indention otherwise...