1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/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
..
at86rf231 fix includes and shell commands for at86rf231 2014-02-11 17:15:03 +01:00
cc110x converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc110x_ng doc: some more author fixes 2014-07-29 18:17:48 +02:00
periph drivers: some improvements to the ADC driver IF 2014-07-28 15:59:33 +02:00
adc.h documentation: unified descriptive text for drivers 2014-05-24 16:06:05 +02:00
at86rf231.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
cc110x_ng.h streamlined driver include pathes 2014-02-05 18:56:47 +01:00
cc110x.h streamlined driver include pathes 2014-02-05 18:56:47 +01:00
cc2420.h converting tabs to spaces in drivers (#1439) 2014-07-31 20:49:35 +02:00
diskio.h remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
flashrom.h board/flash: changing flashrom_write signature 2014-07-14 02:11:38 +02:00
gpioint.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
lm75a-temp-sensor.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
ltc4150_arch.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
ltc4150.h making include directives consistent 2013-12-19 15:31:37 +01:00
radio_driver.h Add a missing constant in 'radio_tx_status_t' enum 2014-05-27 10:43:53 +02:00
rgbled.h drivers: added rgbled driver 2014-06-11 20:17:44 +02:00
rtc.h documentation: unified descriptive text for drivers 2014-05-24 16:06:05 +02:00
servo.h drivers: added servo motor driver 2014-07-28 13:02:50 +02:00
sht11.h documentation: unified descriptive text for drivers 2014-05-24 16:06:05 +02:00
srf02-ultrasonic-sensor.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00
srf08-ultrasonic-sensor.h doc: fix most occurences of FU as an author 2014-07-29 17:23:11 +02:00