mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05: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
|
@ -419,8 +419,8 @@ bool Ascii::DoUpdate()
|
|||
assert(val->type == TYPE_PORT);
|
||||
// Error(Fmt("Got type %d != PORT with secondary position!", val->type));
|
||||
|
||||
val->val.port_val.proto =
|
||||
formatter->ParseProto(stringfields[(*fit).secondary_position]);
|
||||
val->val.port_val.proto = formatter->ParseProto(
|
||||
stringfields[(*fit).secondary_position]);
|
||||
}
|
||||
|
||||
fields[fpos] = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue