mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08: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
|
@ -292,8 +292,8 @@ void init_net_var()
|
|||
|
||||
udp_content_deliver_all_orig = bool(id::find_val("udp_content_deliver_all_orig")->AsBool());
|
||||
udp_content_deliver_all_resp = bool(id::find_val("udp_content_deliver_all_resp")->AsBool());
|
||||
udp_content_delivery_ports_use_resp =
|
||||
bool(id::find_val("udp_content_delivery_ports_use_resp")->AsBool());
|
||||
udp_content_delivery_ports_use_resp = bool(
|
||||
id::find_val("udp_content_delivery_ports_use_resp")->AsBool());
|
||||
|
||||
dns_session_timeout = id::find_val("dns_session_timeout")->AsInterval();
|
||||
rpc_timeout = id::find_val("rpc_timeout")->AsInterval();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue