Adjust some whitespace in UseDefs.cc

This commit is contained in:
Jon Siwek 2021-02-08 17:48:53 -08:00
parent b714fde456
commit 8d452f58fc

View file

@ -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);