From 9b46edd86aa374a65f2be085300e635b7fbe4bf5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 9 Feb 2022 12:35:06 +0100 Subject: [PATCH] Removed redundant whitespaces from generated code --- ridlbe/c++11/templates/cli/src/union_typecode.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ridlbe/c++11/templates/cli/src/union_typecode.erb b/ridlbe/c++11/templates/cli/src/union_typecode.erb index bfe2690b..5616d065 100644 --- a/ridlbe/c++11/templates/cli/src/union_typecode.erb +++ b/ridlbe/c++11/templates/cli/src/union_typecode.erb @@ -4,7 +4,7 @@ % case_lst << [default_member, default_label] if has_default? && !has_implicit_default? % case_lst.each_with_index do |(m, lbl), nr| % tc = m.is_standard_typecode? ? "TAO_CORBA::#{m.cxx_typecode}" : "__tao::#{m.scoped_cxx_typecode}" -static ::TAOX11_NAMESPACE::TypeCode::Case_T< <%= scoped_switch_cxxtype %>, +static ::TAOX11_NAMESPACE::TypeCode::Case_T<<%= scoped_switch_cxxtype %>, char const *, TAO_CORBA::TypeCode_ptr const *> const _tao_cases<%= cxx_typecode %>_<%= nr %> (