mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +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
|
@ -1839,8 +1839,8 @@ ValPtr TableVal::Default(const ValPtr& index)
|
|||
record_promotion_compatible(dtype->AsRecordType(), ytype->AsRecordType()) )
|
||||
{
|
||||
auto rt = cast_intrusive<RecordType>(ytype);
|
||||
auto coerce =
|
||||
make_intrusive<detail::RecordCoerceExpr>(def_attr->GetExpr(), std::move(rt));
|
||||
auto coerce = make_intrusive<detail::RecordCoerceExpr>(def_attr->GetExpr(),
|
||||
std::move(rt));
|
||||
|
||||
def_val = coerce->Eval(nullptr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue