1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/linux-border_router
Cenk Gündoğan 2b0b81b921 converting tabs to spaces in dist (#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:48:19 +02:00
..
control_2xxx.c converting tabs to spaces in dist (#1439) 2014-07-31 20:48:19 +02:00
control_2xxx.h License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
Doxyfile Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
flowcontrol.c Fix some coding conventions in border router driver 2014-05-14 09:56:06 +02:00
flowcontrol.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
main.c License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
Makefile remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
multiplex.c Fix some coding conventions in border router driver 2014-05-14 09:56:06 +02:00
multiplex.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
serial.c converting tabs to spaces in dist (#1439) 2014-07-31 20:48:19 +02:00
serial.h License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
serialnumber.c License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
serialnumber.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
sixlowdriver.c License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
sixlowdriver.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
testing.c License border router driver under LGPL. 2014-05-14 09:55:16 +02:00
testing.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00