mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48: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
|
@ -101,8 +101,8 @@ public:
|
|||
WriterInfo(const WriterInfo& other)
|
||||
{
|
||||
path = other.path ? util::copy_string(other.path) : nullptr;
|
||||
post_proc_func =
|
||||
other.post_proc_func ? util::copy_string(other.post_proc_func) : nullptr;
|
||||
post_proc_func = other.post_proc_func ? util::copy_string(other.post_proc_func)
|
||||
: nullptr;
|
||||
rotation_interval = other.rotation_interval;
|
||||
rotation_base = other.rotation_base;
|
||||
network_time = other.network_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue