1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
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
..
crypto sys/crypto: remove assert.h include 2014-03-01 14:43:13 +01:00
radio converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
auto_init.h repace project by application in documentation 2014-02-18 12:28:32 +01:00
bloom.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
board_uart0.h Make UART0_BUFSIZE configurable by CPU 2013-12-20 11:10:42 +01:00
chardev_thread.h core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
color.h sys: added color module 2014-06-22 13:53:01 +02:00
fd.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
hash_string.h simplify and unify include pathes 2014-01-05 16:11:07 +01:00
hashes.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
hashtable_private.h simplify and unify include pathes 2014-01-05 16:11:07 +01:00
hashtable.h simplify and unify include pathes 2014-01-05 16:11:07 +01:00
ping.h Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
pipe.h Add generic char pipe implementation 2014-07-28 23:21:27 +02:00
posix_io.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
ps.h Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
random.h remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
ringbuffer.h ringbuffer: add static initializer 2014-07-28 20:56:12 +02:00
shell_commands.h making include directives consistent 2013-12-19 15:31:37 +01:00
shell.h Merge pull request #1063 from Kijewski/shell_command_t-fix-const 2014-04-28 14:07:36 +02:00
timex.h added conv function from uint64 to timex_t and one minor bug fix 2014-06-19 12:40:24 +02:00
tm.h sys: add utility functions for struct tm 2014-05-28 00:16:32 +02:00
transceiver.h sys/transceiver: implement transceiver_unregister 2014-07-10 14:11:48 +02:00
vtimer.h vtimer: fix callback usage 2014-06-03 21:07:59 +02:00