From e5854ea627173c0a83ab4cb2a5c17f9966038237 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Fri, 5 Nov 2021 13:34:50 -0500 Subject: Fix More Parentheses Spacing --- TAO/TAO_IDL/ast/ast_expression.cpp | 2 +- TAO/tests/IDL_Test/main.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 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, diff --git a/TAO/tests/IDL_Test/main.cpp b/TAO/tests/IDL_Test/main.cpp index e1bf0f7124a..f766683a587 100644 --- a/TAO/tests/IDL_Test/main.cpp +++ b/TAO/tests/IDL_Test/main.cpp @@ -139,7 +139,7 @@ test_expressions (int &error_count) } int -ACE_TMAIN(int argc, ACE_TCHAR *argv[]) +ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { int error_count = 0; @@ -234,8 +234,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) // Check whether the implementation of Dubble and Toil are generated CommaList::Dubble dub; CommaList::Toil toi; - dub.length(4); - toi.length(4); + dub.length (4); + toi.length (4); ciao_i c; id = root_poa->activate_object (&c); @@ -385,7 +385,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) if (!dynamic_cast (&x)) { ++error_count; - ACE_ERROR( (LM_ERROR, + ACE_ERROR ((LM_ERROR, "mismatch in downcast for %C\n", base[0])); } -- cgit v1.2.1