Remove indents

This commit is contained in:
Stefano Calabretti
2022-02-20 12:49:00 +01:00
parent 81f64d0b17
commit dd53c8f4cc
4 changed files with 22 additions and 21 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ static HalStatus receiveAll(ReceptionParams *rp) {
do { do {
rp->result += MMR_CAN_MAX_DATA_LENGTH; rp->result += MMR_CAN_MAX_DATA_LENGTH;
status |= receiveOne(rp); status |= receiveOne(rp);
} while ( }
while (
headerIsMultiFrame(&rp->headers.mmr, targetId) && status == HAL_OK headerIsMultiFrame(&rp->headers.mmr, targetId) && status == HAL_OK
); );