[riot-commits] [RIOT-OS/RIOT] c0f80c: converting tabs to spaces in drivers (#1439)
Oleg Hahm
oleg at hobbykeller.org
Thu Jul 31 23:04:55 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: c0f80c7f758055c930c5a3b5536e15c3ad4c4295
https://github.com/RIOT-OS/RIOT/commit/c0f80c7f758055c930c5a3b5536e15c3ad4c4295
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M drivers/cc110x/arch_cc1100.h
M drivers/cc110x/cc1100-csmaca-mac.c
M drivers/cc110x/cc1100-csmaca-mac.h
M drivers/cc110x/cc1100-defaultSettings.c
M drivers/cc110x/cc1100-defaultSettings.h
M drivers/cc110x/cc1100-internal.h
M drivers/cc110x/cc1100.c
M drivers/cc110x/cc1100_phy.c
M drivers/cc110x/cc1100_phy.h
M drivers/cc110x/cc1100_spi.c
M drivers/cc110x/cc1100_spi.h
M drivers/cc2420/include/cc2420_arch.h
M drivers/include/at86rf231.h
M drivers/include/cc110x/cc1100-interface.h
M drivers/include/cc2420.h
M drivers/sht11/sht11.c
Log Message:
-----------
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.
Commit: 937cc51d6636fbcea138d1153afedc7b5fc40ba8
https://github.com/RIOT-OS/RIOT/commit/937cc51d6636fbcea138d1153afedc7b5fc40ba8
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M drivers/cc110x/arch_cc1100.h
M drivers/cc110x/cc1100-csmaca-mac.c
M drivers/cc110x/cc1100-csmaca-mac.h
M drivers/cc110x/cc1100-defaultSettings.c
M drivers/cc110x/cc1100-defaultSettings.h
M drivers/cc110x/cc1100-internal.h
M drivers/cc110x/cc1100.c
M drivers/cc110x/cc1100_phy.c
M drivers/cc110x/cc1100_phy.h
M drivers/cc110x/cc1100_spi.c
M drivers/cc110x/cc1100_spi.h
M drivers/cc2420/include/cc2420_arch.h
M drivers/include/at86rf231.h
M drivers/include/cc110x/cc1100-interface.h
M drivers/include/cc2420.h
M drivers/sht11/sht11.c
Log Message:
-----------
Merge pull request #1516 from cgundogan/remove_tabs_drivers
converting tabs to spaces in drivers (#1439)
Compare: https://github.com/RIOT-OS/RIOT/compare/19ab93cadc60...937cc51d6636
More information about the commits
mailing list