1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/core
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
..
include converting tabs to spaces in core (#1439) 2014-07-31 20:44:09 +02:00
bitarithm.c core: faster bitarithm_msb 2014-06-05 20:19:10 +02:00
cib.c doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
clist.c remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
doc.txt remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
hwtimer.c core: remove unneeded calls to mutex_init() 2014-07-29 09:33:24 +02:00
kernel_init.c make: rename VERSION into RIOT_VERSION 2014-07-10 21:48:22 +02:00
lifo.c license: fix license header grammar 2014-05-14 09:49:09 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
msg.c doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
mutex.c queue: add queue_t root type 2014-07-30 21:10:22 +02:00
queue.c queue: add queue_t root type 2014-07-30 21:10:22 +02:00
reboot.c documentation: append my email to my name everywhere 2014-05-15 18:07:17 +02:00
sched.c doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
thread.c queue: add queue_t root type 2014-07-30 21:10:22 +02:00