mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12: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
|
@ -544,8 +544,8 @@ void zeek::detail::LineBufferedPipe::Emit(const char* msg) const
|
|||
}
|
||||
}
|
||||
|
||||
auto res =
|
||||
hook->Invoke(make_intrusive<StringVal>(node_len, node), make_intrusive<StringVal>(msg));
|
||||
auto res = hook->Invoke(make_intrusive<StringVal>(node_len, node),
|
||||
make_intrusive<StringVal>(msg));
|
||||
do_print = res->AsBool();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue