1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/chronos
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
..
drivers boards/chronos: clean up display driver a bit 2014-07-27 12:51:22 +02:00
include converting tabs to spaces in boards (#1439) 2014-07-31 20:34:28 +02:00
board_init.c added license headers and doxygen file information 2014-02-02 22:22:03 +01: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 make: remove local definitions of (ELF|HEX)FILE 2014-06-12 10:12:49 +02:00
putchar.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00