White spaces fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16282 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2023-06-15 09:20:48 +00:00
parent a688fcbbf0
commit e9f92cb8ea
1 changed files with 4 additions and 4 deletions

View File

@ -569,10 +569,10 @@ msg_t spiIgnore(SPIDriver *spip, size_t n) {
osalSysLock(); osalSysLock();
msg = spiStartIgnoreI(spip, n); msg = spiStartIgnoreI(spip, n);
if (msg == MSG_OK) { if (msg == MSG_OK) {
msg = spiSynchronizeS(spip, TIME_INFINITE); msg = spiSynchronizeS(spip, TIME_INFINITE);
} }
osalSysUnlock(); osalSysUnlock();