chore: more code

This commit is contained in:
kailixu 2022-12-12 19:11:51 +08:00
parent 12eed5d0eb
commit c748f14a04
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ static int32_t tdRSmaFSApplyChange(SSma *pSma, SRSmaFS *pFS) {
SQTaskFile *pTaskF = (SQTaskFile *)taosArrayGet(pFSOld->aQTaskInf, idx); SQTaskFile *pTaskF = (SQTaskFile *)taosArrayGet(pFSOld->aQTaskInf, idx);
int32_t c = tdQTaskInfCmprFn1(pTaskF, pQTaskFNew); int32_t c = tdQTaskInfCmprFn1(pTaskF, pQTaskFNew);
if (c < 0) { if (c < 0) {
l
} else if(c == 0) { } else if(c == 0) {
++iNew; ++iNew;
continue; continue;