From: Keith Packard Date: Thu, 2 Nov 2017 16:11:39 +0000 (-0700) Subject: altos: whitespace cleanup in ao_adc_stm.c X-Git-Tag: 1.8.3~1^2~62 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5460d7ff46116901bceacd43282b406c446dded5 altos: whitespace cleanup in ao_adc_stm.c Signed-off-by: Keith Packard --- diff --git a/src/stm/ao_adc_stm.c b/src/stm/ao_adc_stm.c index 77f121dc..c3cca5e4 100644 --- a/src/stm/ao_adc_stm.c +++ b/src/stm/ao_adc_stm.c @@ -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;