diff --git a/include/common/tmsg.h b/include/common/tmsg.h index bf96a3bfb3..416402a028 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -1058,9 +1058,9 @@ typedef struct STaskDropRsp { } STaskDropRsp; typedef struct { - int8_t igExists; - char* name; - char* phyPlan; + int8_t igExists; + char* name; + char* phyPlan; } SCMCreateTopicReq; static FORCE_INLINE int tSerializeSCMCreateTopicReq(void** buf, const SCMCreateTopicReq* pReq) {