From: Keith Packard Date: Wed, 2 May 2018 06:36:57 +0000 (-0700) Subject: altos/stmf0: whitespace fix X-Git-Tag: 1.8.6~1^2~74 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=980e3dc43ac4712680a370756e5112e9f330aa9a;hp=772b5f1cb625fba1396a57b47498ef805ae1a9a8 altos/stmf0: whitespace fix Trailing whitespace. Signed-off-by: Keith Packard --- diff --git a/src/stmf0/ao_flash_loader_stm.c b/src/stmf0/ao_flash_loader_stm.c index a8d1701b..18bf272c 100644 --- a/src/stmf0/ao_flash_loader_stm.c +++ b/src/stmf0/ao_flash_loader_stm.c @@ -34,7 +34,7 @@ main(void) #ifdef AO_FLASH_LOADER_INIT AO_FLASH_LOADER_INIT; -#endif +#endif ao_flash_task(); return 0; }