mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38: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
|
@ -345,8 +345,8 @@ void do_print_stmt(const std::vector<ValPtr>& vals)
|
|||
++offset;
|
||||
}
|
||||
|
||||
static auto print_log_type =
|
||||
static_cast<BifEnum::Log::PrintLogType>(id::find_val("Log::print_to_log")->AsEnum());
|
||||
static auto print_log_type = static_cast<BifEnum::Log::PrintLogType>(
|
||||
id::find_val("Log::print_to_log")->AsEnum());
|
||||
|
||||
switch ( print_log_type )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue