CO_TIME: static analysis: unexpected lack of indentation (convert tab to space)
This commit is contained in:
parent
9c79067c53
commit
bc920558ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue