Remove indents
This commit is contained in:
@@ -55,7 +55,8 @@ static HalStatus receiveAll(ReceptionParams *rp) {
|
||||
do {
|
||||
rp->result += MMR_CAN_MAX_DATA_LENGTH;
|
||||
status |= receiveOne(rp);
|
||||
} while (
|
||||
}
|
||||
while (
|
||||
headerIsMultiFrame(&rp->headers.mmr, targetId) && status == HAL_OK
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user