1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys
Cenk Gündoğan ca5b45e264 converting tabs to spaces in sys (#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:51:50 +02:00
..
auto_init core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
bloom doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
color sys: added color module 2014-06-22 13:53:01 +02:00
config make: detect their module name automatically 2014-06-17 15:49:32 +02:00
crypto doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
hashes doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
include converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
lib ringbuffer: add documentation 2014-07-28 20:56:12 +02:00
net converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
oneway-malloc Add doxygen comments to MSP's oneway malloc 2014-05-22 15:40:25 +02:00
ping make: detect their module name automatically 2014-06-17 15:49:32 +02:00
pipe Add generic char pipe implementation 2014-07-28 23:21:27 +02:00
posix converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
ps sys/ps: fix comment style, superfluous declaration 2014-07-04 16:38:22 +02:00
quad_math make: detect their module name automatically 2014-06-17 15:49:32 +02:00
random make: detect their module name automatically 2014-06-17 15:49:32 +02:00
shell doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
timex Merge pull request #1299 from phiros/timex_bugfix_and_improvement 2014-06-19 13:18:15 +02:00
transceiver sys/transcevier: fix more loop integers 2014-07-13 15:52:33 +02:00
uart0 converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
vtimer queue: add queue_t root type 2014-07-30 21:10:22 +02:00
chardev_thread.c core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
doc.txt
Makefile Add generic char pipe implementation 2014-07-28 23:21:27 +02:00
Makefile.include msp430: provide oneway-malloc implicitly 2014-05-22 15:40:25 +02:00