format file
This commit is contained in:
parent
52873e2294
commit
db07abc851
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
#include "tsdbCache.h"
|
#include "tsdbCache.h"
|
||||||
|
|
||||||
|
|
||||||
STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
|
STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
|
||||||
STsdbCache *pCacheHandle = (STsdbCache *)malloc(sizeof(STsdbCache));
|
STsdbCache *pCacheHandle = (STsdbCache *)malloc(sizeof(STsdbCache));
|
||||||
if (pCacheHandle == NULL) {
|
if (pCacheHandle == NULL) {
|
||||||
|
@ -11,7 +10,6 @@ STsdbCache *tsdbCreateCache(int32_t numOfBlocks) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return pCacheHandle;
|
return pCacheHandle;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tsdbFreeCache(STsdbCache *pHandle) { return 0; }
|
int32_t tsdbFreeCache(STsdbCache *pHandle) { return 0; }
|
||||||
|
|
Loading…
Reference in New Issue