From bc920558acde982f92b96aba850956eda40e4d6e Mon Sep 17 00:00:00 2001 From: temi54c1l8 Date: Thu, 13 Jun 2024 13:51:13 +0200 Subject: [PATCH] CO_TIME: static analysis: unexpected lack of indentation (convert tab to space) --- 301/CO_TIME.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/301/CO_TIME.c b/301/CO_TIME.c index 9479d5d..946eb86 100644 --- a/301/CO_TIME.c +++ b/301/CO_TIME.c @@ -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 */