mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Apply some missing clang-format changes
This commit is contained in:
parent
34694e67ea
commit
e63ea95664
4 changed files with 23 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue