diff options
author | Fred Hornsey <hornseyf@objectcomputing.com> | 2021-11-05 13:34:50 -0500 |
---|---|---|
committer | Fred Hornsey <hornseyf@objectcomputing.com> | 2021-11-05 13:34:50 -0500 |
commit | e5854ea627173c0a83ab4cb2a5c17f9966038237 (patch) | |
tree | c7202df33bec764547438f225e0493adef91446d /TAO/TAO_IDL | |
parent | b549b44c8a4c8474a076f28d55997cc543af0b3c (diff) | |
download | ATCD-e5854ea627173c0a83ab4cb2a5c17f9966038237.tar.gz |
Fix More Parentheses Spacing
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_expression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_expression.cpp b/TAO/TAO_IDL/ast/ast_expression.cpp index 61f200426d9..0c269cdf569 100644 --- a/TAO/TAO_IDL/ast/ast_expression.cpp +++ b/TAO/TAO_IDL/ast/ast_expression.cpp @@ -1858,7 +1858,7 @@ AST_Expression::eval_mod_op (AST_Expression::EvalKind ek) } ExprType const expr_type = ek == EK_const ? - pd_v1->ev()->et : eval_kind_to_expr_type (ek); + pd_v1->ev ()->et : eval_kind_to_expr_type (ek); if (expr_type == EV_none) return nullptr; ACE_NEW_RETURN (retval, |