Skip to content

Commit

Permalink
Removed redundant whitespaces from generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Feb 9, 2022
1 parent 070baa3 commit 9b46edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ridlbe/c++11/templates/cli/src/union_typecode.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %> (
Expand Down

0 comments on commit 9b46edd

Please sign in to comment.