1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mbed_lpc1768
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
board_init.c dist/tools: add license checker 2014-06-17 10:17:20 +02:00
hwtimer_board.c core: removed duplicated hwtimer_arch.h 2014-07-09 21:08:13 +02:00
Makefile removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
Makefile.include make: remove local definitions of (ELF|HEX)FILE 2014-06-12 10:12:49 +02:00