1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include/arch
Cenk Gündoğan 5e8c0c9058 converting tabs to spaces in core (#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:44:09 +02:00
..
atomic_arch.h Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
hwtimer_arch.h converting tabs to spaces in core (#1439) 2014-07-31 20:44:09 +02:00
io_arch.h Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
irq_arch.h core/include/arch/irq_arch.h: fix typo and trailing whitespaces 2014-06-10 18:07:41 +02:00
lpm_arch.h Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
reboot_arch.h Introduced a cleaned-up cpu/core interface 2014-05-09 16:01:13 +02:00
thread_arch.h Add argument to thread_create 2014-07-09 10:07:54 +02:00