1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools
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
..
compile_test buildtest: ignore empty folders 2014-05-16 20:18:52 +02:00
goodfet remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
licenses tests: add pattern for short lgplv2.1 header 2014-07-09 16:17:50 +02:00
linux-border_router converting tabs to spaces in dist (#1439) 2014-07-31 20:48:19 +02:00
pyterm dist/pyterm: enable unicode decoding 2014-07-14 12:54:18 +02:00
testsuite s/PROJECT/APPLICATION/g 2014-05-26 13:21:09 +02:00
toolchains x86: slightly better debuggable bincode 2014-06-06 15:38:19 +02:00
wireshark_dissector wireshark: fix dissector plugin and expand documentation 2014-06-04 20:36:18 +02:00