mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
whitespace micro-preening
This commit is contained in:
parent
7363d1040e
commit
772834e375
1 changed files with 2 additions and 2 deletions
|
@ -257,11 +257,11 @@ StmtPtr Reducer::MergeStmts(const NameExpr* lhs, ExprPtr rhs, Stmt* succ_stmt)
|
||||||
|
|
||||||
return make_intrusive<ExprStmt>(merge_e);
|
return make_intrusive<ExprStmt>(merge_e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Reducer::TrackExprReplacement(const Expr* orig, const Expr* e)
|
void Reducer::TrackExprReplacement(const Expr* orig, const Expr* e)
|
||||||
{
|
{
|
||||||
new_expr_to_orig[e] = orig;
|
new_expr_to_orig[e] = orig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const Expr* non_reduced_perp;
|
const Expr* non_reduced_perp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue