1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/wsn430-v1_4
Cenk Gündoğan 7ca2e874e1 converting tabs to spaces in boards (#1439)
This PR converts tabs to white spaces.
The statement I used for the conversion:
'''find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;'''
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
2014-07-31 20:34:28 +02:00
..
include converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
driver_cc2420.c boards/xx/driver_cc2420: fix race condition in CCA determination 2014-07-08 16:33:18 +02:00
Makefile make: easifier usage of module subdirectories 2014-06-17 15:49:32 +02:00
Makefile.dep Automatically remove dups in $(USEMODULE) 2014-04-29 00:06:19 +02:00
Makefile.include wsn430-v1_4b: don't always link cc2420 2014-04-10 22:33:33 +02:00