update code style

This commit is contained in:
Vxider 2022-06-04 17:14:42 +00:00
parent 1f10276686
commit d4f0e8d4c2

View File

@ -1028,9 +1028,7 @@ void StorageWindowView::threadFuncFireProc()
UInt64 timestamp_ms = static_cast<UInt64>(Poco::Timestamp().epochMicroseconds()) / 1000;
if (!shutdown_called)
fire_task->scheduleAfter(std::max(
UInt64(0),
static_cast<UInt64>(next_fire_signal) * 1000 - timestamp_ms));
fire_task->scheduleAfter(std::max(UInt64(0), static_cast<UInt64>(next_fire_signal) * 1000 - timestamp_ms));
}
void StorageWindowView::threadFuncFireEvent()