1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer/sixlowpan
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
..
border Add sixlowpan to auto_init 2014-03-01 15:08:19 +01:00
icmp.c converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
icmp.h documentation: fixed sixlowpan doxygen filename 2014-05-22 13:01:44 +02:00
ip.c core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
ip.h core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
lowpan.c converting tabs to spaces in sys (#1439) 2014-07-31 20:51:50 +02:00
lowpan.h documentation: fixed organization of 6LoWPAN doxygen 2014-05-22 13:01:37 +02:00
mac.c core: remove extra thread_create_arg() function 2014-07-09 10:28:23 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
serialnumber.c moved sixlowpan into network_layer subfolder 2013-12-19 19:13:26 +01:00
serialnumber.h moved sixlowpan into network_layer subfolder 2013-12-19 19:13:26 +01:00