1
0
Fork 0

CO_TIME: static analysis: unexpected lack of indentation (convert tab to space)

This commit is contained in:
temi54c1l8 2024-06-13 13:51:13 +02:00
parent 9c79067c53
commit bc920558ac

View file

@ -131,7 +131,7 @@ CO_ReturnError_t CO_TIME_init(CO_TIME_t *TIME,
CO_FLAG_CLEAR(TIME->CANrxNew);
/* configure TIME consumer message reception */
if (TIME->isConsumer) {
if (TIME->isConsumer) {
CO_ReturnError_t ret = CO_CANrxBufferInit(
CANdevRx, /* CAN device */
CANdevRxIdx, /* rx buffer index */