format code
This commit is contained in:
parent
3c56f623ed
commit
4c603fee55
|
@ -31,7 +31,7 @@
|
||||||
if ((_slotId) != -1) { \
|
if ((_slotId) != -1) { \
|
||||||
tColRowGetPriamyKeyDeepCopy(_pBlock, _irow, _slotId, _pKey); \
|
tColRowGetPriamyKeyDeepCopy(_pBlock, _irow, _slotId, _pKey); \
|
||||||
} \
|
} \
|
||||||
} while(0)
|
} while (0)
|
||||||
|
|
||||||
#define outOfTimeWindow(_ts, _window) (((_ts) > (_window)->ekey) || ((_ts) < (_window)->skey))
|
#define outOfTimeWindow(_ts, _window) (((_ts) > (_window)->ekey) || ((_ts) < (_window)->skey))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue