From 5460d7ff46116901bceacd43282b406c446dded5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 2 Nov 2017 09:11:39 -0700 Subject: [PATCH] altos: whitespace cleanup in ao_adc_stm.c Signed-off-by: Keith Packard --- src/stm/ao_adc_stm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2