mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Adjust some whitespace in UseDefs.cc
This commit is contained in:
parent
b714fde456
commit
8d452f58fc
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ UDs UseDefs::PropagateUDs(const Stmt* s, UDs succ_UDs,
|
|||
|
||||
case STMT_CATCH_RETURN:
|
||||
{
|
||||
auto cr = s->AsCatchReturnStmt();
|
||||
auto block = cr->Block();
|
||||
auto cr = s->AsCatchReturnStmt();
|
||||
auto block = cr->Block();
|
||||
|
||||
auto uds = PropagateUDs(block.get(), succ_UDs, succ_stmt,
|
||||
second_pass);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue