chore: revert the extra line
This commit is contained in:
parent
3bd721518d
commit
4ac4b4f0c8
|
@ -463,6 +463,7 @@ int32_t sclInitParamList(SScalarParam **pParams, SNodeList *pParamList, SScalarC
|
||||||
sclError("calloc %d failed", (int32_t)((*paramNum) * sizeof(SScalarParam)));
|
sclError("calloc %d failed", (int32_t)((*paramNum) * sizeof(SScalarParam)));
|
||||||
SCL_ERR_RET(TSDB_CODE_OUT_OF_MEMORY);
|
SCL_ERR_RET(TSDB_CODE_OUT_OF_MEMORY);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pParamList) {
|
if (pParamList) {
|
||||||
SNode *tnode = NULL;
|
SNode *tnode = NULL;
|
||||||
int32_t i = 0;
|
int32_t i = 0;
|
||||||
|
|
Loading…
Reference in New Issue