altos/stmf0: whitespace fix
authorKeith Packard <keithp@keithp.com>
Wed, 2 May 2018 06:36:57 +0000 (23:36 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 2 May 2018 06:36:57 +0000 (23:36 -0700)
Trailing whitespace.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stmf0/ao_flash_loader_stm.c

index a8d1701b318dbead80640f393daeed3cc3f024cb..18bf272c6476e0557f92d1fd65dcc1c371b42089 100644 (file)
@@ -34,7 +34,7 @@ main(void)
 
 #ifdef AO_FLASH_LOADER_INIT
        AO_FLASH_LOADER_INIT;
-#endif 
+#endif
        ao_flash_task();
        return 0;
 }