mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
clang-format: Set penalty for breaking after assignment operator
This commit is contained in:
parent
4423574d26
commit
9af6b2f48d
54 changed files with 255 additions and 247 deletions
|
@ -103,8 +103,8 @@ void TimerMgr::Process()
|
|||
|
||||
// Just advance the timer manager based on the current network time. This won't actually
|
||||
// change the time, but will dispatch any timers that need dispatching.
|
||||
run_state::current_dispatched +=
|
||||
Advance(run_state::network_time, max_timer_expires - run_state::current_dispatched);
|
||||
run_state::current_dispatched += Advance(run_state::network_time,
|
||||
max_timer_expires - run_state::current_dispatched);
|
||||
}
|
||||
|
||||
void TimerMgr::InitPostScript()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue