1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/avsextrem/drivers
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
..
avsextrem-cc1100.c converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
avsextrem-smb380.c converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
avsextrem-ssp0.c converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
Makefile streamlined driver include pathes 2014-02-05 18:56:47 +01:00