mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
update code style
This commit is contained in:
parent
1f10276686
commit
d4f0e8d4c2
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user