提交 db07abc8 编写于 作者: H hzcheng

format file

上级 52873e22
......@@ -2,7 +2,6 @@
#include "tsdbCache.h"
STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
STsdbCache *pCacheHandle = (STsdbCache *)malloc(sizeof(STsdbCache));
if (pCacheHandle == NULL) {
......@@ -11,7 +10,6 @@ STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
}
return pCacheHandle;
}
int32_t tsdbFreeCache(STsdbCache *pHandle) { return 0; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册