diff --git a/include/qcoroutine.h b/include/qcoroutine.h index 007dc0d..8d80de7 100644 --- a/include/qcoroutine.h +++ b/include/qcoroutine.h @@ -105,7 +105,7 @@ /*=======================================================================*/ #define _qCR_Start \ _qCR_DEF; \ - _qCR_JUMP( _qcr->instr ) { \ + _qCR_JUMP( _qcr->instr ) { \ // skipcq: CXX-W1197 _qCR_RT( _qCR_PC_INIT_VAL ) \ diff --git a/qtrace.c b/qtrace.c index ba91860..0a44f36 100644 --- a/qtrace.c +++ b/qtrace.c @@ -8,7 +8,7 @@ #if ( Q_TRACE_VARIABLES == 1 ) static qPutChar_t qDebug = NULL; // skipcq: CXX-W2009 -char qTrace_PublicBuffer[ Q_DEBUGTRACE_BUFSIZE ] = { 0 }; +char qTrace_PublicBuffer[ Q_DEBUGTRACE_BUFSIZE ] = { 0 }; // skipcq: CXX-W2009 static void qTrace_LogTicks( char *buff );