Apply some missing clang-format changes

This commit is contained in:
Tim Wojtulewicz 2021-10-21 16:38:57 -07:00
parent 34694e67ea
commit e63ea95664
4 changed files with 23 additions and 14 deletions

View file

@ -4328,8 +4328,7 @@ InExpr::InExpr(ExprPtr arg_op1, ExprPtr arg_op2)
return;
}
if ( op2->GetType()->Tag() == TYPE_TABLE &&
op2->GetType()->AsTableType()->IsSubNetIndex() )
if ( op2->GetType()->Tag() == TYPE_TABLE && op2->GetType()->AsTableType()->IsSubNetIndex() )
{
SetType(base_type(TYPE_BOOL));
return;