format code

This commit is contained in:
54liuyao 2024-05-15 10:54:24 +08:00
parent 3c56f623ed
commit 4c603fee55
3 changed files with 19 additions and 19 deletions

View File

@ -31,7 +31,7 @@
if ((_slotId) != -1) { \
tColRowGetPriamyKeyDeepCopy(_pBlock, _irow, _slotId, _pKey); \
} \
} while(0)
} while (0)
#define outOfTimeWindow(_ts, _window) (((_ts) > (_window)->ekey) || ((_ts) < (_window)->skey))