Skip to content

Commit 37e6d21

Browse files
committed
deepsource check
1 parent 2c7ca17 commit 37e6d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/qfsm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
/*fields for the qSM_Handler_t pointer*/
196196
/*! @cond */
197197
/*cppcheck-suppress misra-c2012-20.7 */
198-
#define _qSM_HANDLER_FIELDS( pAttrib ) /* skipcq: CXX-E2000 */\
198+
#define _qSM_HANDLER_FIELDS( pAttrib ) // skipcq: CXX-E2000 \
199199
void *StartState; \
200200
void *NextState; \
201201
pAttrib void *machine; \

0 commit comments

Comments
 (0)