1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420/include
Cenk Gündoğan c0f80c7f75 converting tabs to spaces in drivers (#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:49:35 +02:00
..
cc2420_arch.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc2420_settings.h Change year of file copyright 2014-04-09 10:43:34 +02:00
cc2420_spi.h added driver for cc2420 2013-06-06 08:35:17 +02:00