1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
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
..
arch converting tabs to spaces in core (#1439) 2014-07-31 20:44:09 +02:00
atomic.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
attributes.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
bitarithm.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
cib.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
clist.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
config.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 2014-04-17 11:50:52 +02:00
crash.h core: improved doxygen documentation 2014-05-15 10:52:34 +02:00
debug.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
flags.h core: improved doxygen documentation 2014-05-15 10:52:34 +02:00
hwtimer.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
io.h doc: some more author fixes 2014-07-29 18:17:48 +02:00
irq.h core: kernel: improved doxygen documentation 2014-05-20 14:47:41 +02:00
kernel_internal.h doc: some more author fixes 2014-07-29 18:17:48 +02:00
kernel.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
lifo.h Fix documentation for lifo.h 2014-05-13 08:31:05 +02:00
lpm.h Fix documentation for lpm.h 2014-05-13 08:33:36 +02:00
msg.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
mutex.h queue: add queue_t root type 2014-07-30 21:10:22 +02:00
queue.h queue: add queue_t root type 2014-07-30 21:10:22 +02:00
sched.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
tcb.h queue: add queue_t root type 2014-07-30 21:10:22 +02:00
thread.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00