other: code format optimization

This commit is contained in:
Cary Xu 2022-08-26 17:00:50 +08:00
parent a70b587b3f
commit 5dcfa5a241
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ typedef struct SAggSupporter {
SSHashObj* pResultRowHashTable; // quick locate the window object for each result
char* keyBuf; // window key buffer
SDiskbasedBuf* pResultBuf; // query result buffer based on blocked-wised disk file
int32_t resultRowSize; // the result buffer size for each result row, with the meta data size for each row
int32_t resultRowSize; // the result buffer size for each result row, with the meta data size for each row
} SAggSupporter;
typedef struct {