STM32: remove trailing white spaces

pull/5455/head
Laurent MEUNIER 2017-11-08 09:02:39 +01:00
parent d9bda2800d
commit 48a49b4a00
1 changed files with 5 additions and 6 deletions

View File

@ -145,7 +145,6 @@ int32_t flash_program_page(flash_t *obj, uint32_t address, const uint8_t *data,
uint32_t flash_get_sector_size(const flash_t *obj, uint32_t address)
{
if ((address >= (FLASH_BASE + FLASH_SIZE)) || (address < FLASH_BASE)) {
return MBED_FLASH_INVALID_SIZE;
}