Fix whitespace issues

This commit is contained in:
Tim Wojtulewicz 2020-03-24 13:11:11 -07:00
parent 12f2153f67
commit 10f0fffe29

View file

@ -988,7 +988,6 @@ IntrusivePtr<Val> IncrExpr::Eval(Frame* f) const
op->Assign(f, std::move(v_vec));
return v;
}
else
{
auto new_v = DoSingleEval(f, v.get());
@ -2511,7 +2510,6 @@ IndexExpr::IndexExpr(IntrusivePtr<Expr> arg_op1,
else
ExprError("Unknown MatchesIndex() return value");
}
bool IndexExpr::CanAdd() const
@ -4739,7 +4737,6 @@ IntrusivePtr<Val> ListExpr::AddSetInit(const BroType* t, IntrusivePtr<Val> aggr)
if ( ! tv->ExpandAndInit(std::move(element), nullptr) )
return nullptr;
}
return aggr;