altos: whitespace cleanup in ao_adc_stm.c
authorKeith Packard <keithp@keithp.com>
Thu, 2 Nov 2017 16:11:39 +0000 (09:11 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 2 Nov 2017 16:11:39 +0000 (09:11 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_adc_stm.c

index 77f121dcae435289faa3a71cba15627143d905b0..c3cca5e4f3139372eb7b5d4d63fd2c117902ca98 100644 (file)
@@ -377,7 +377,7 @@ ao_adc_init(void)
 #if AO_NUM_ADC > 18
 #error "need to finish stm_adc.sqr settings"
 #endif
-       
+
        /* Turn ADC on */
        stm_adc.cr2 = AO_ADC_CR2_VAL;