fix(plat/st): remove double space

Replace double space with single space in stm32cubeprogrammer_usb.c.

Change-Id: I717b136119e85fe8e25dd540758525f995200458
Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
Yann Gautier 2021-11-02 17:03:46 +01:00
parent 77a0a7f1d9
commit 306dcd6b0d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static int dfu_callback_download(uint8_t alt, uintptr_t *buffer, uint32_t *len,
dfu->address += *len;
if (dfu->address - dfu->base > dfu->len) {
return -EIO;
return -EIO;
}
return 0;