chore: more code
This commit is contained in:
parent
12eed5d0eb
commit
c748f14a04
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue