commit | 306dcd6b0d1981b75e103c560a4034bdaa6862d5 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Nov 02 17:03:46 2021 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Nov 03 08:50:37 2021 +0100 |
tree | 5b0fd7a0d8c87de1f19e5cb573b3e17e52751941 | |
parent | 77a0a7f1d96b188849d1d8d8884b3c93857d3f69 [diff] |
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>
diff --git a/plat/st/common/stm32cubeprogrammer_usb.c b/plat/st/common/stm32cubeprogrammer_usb.c index 4cd210e..19a6bba 100644 --- a/plat/st/common/stm32cubeprogrammer_usb.c +++ b/plat/st/common/stm32cubeprogrammer_usb.c
@@ -116,7 +116,7 @@ dfu->address += *len; if (dfu->address - dfu->base > dfu->len) { - return -EIO; + return -EIO; } return 0;