diff options
author | Keith Packard <keithp@keithp.com> | 2018-05-01 23:36:57 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-05-01 23:36:57 -0700 |
commit | 980e3dc43ac4712680a370756e5112e9f330aa9a (patch) | |
tree | 1635359868f18c2a4497f2b98fe4117e041d2b0c | |
parent | 772b5f1cb625fba1396a57b47498ef805ae1a9a8 (diff) |
altos/stmf0: whitespace fix
Trailing whitespace.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/stmf0/ao_flash_loader_stm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |