mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
micro whitespace nit
This commit is contained in:
parent
c92af1e542
commit
4aa73f6f7d
1 changed files with 1 additions and 1 deletions
|
@ -3397,7 +3397,7 @@ ValPtr TableConstructorExpr::InitVal(const zeek::Type* t, ValPtr aggr) const
|
|||
|
||||
auto tval = aggr ?
|
||||
TableValPtr{AdoptRef{}, aggr.release()->AsTableVal()} :
|
||||
make_intrusive<TableVal>(std::move(tt), attrs);
|
||||
make_intrusive<TableVal>(std::move(tt), attrs);
|
||||
const ExprPList& exprs = op->AsListExpr()->Exprs();
|
||||
|
||||
for ( const auto& expr : exprs )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue