Skip to content

Commit

Permalink
Revert "fix template closing indentation (#214)"
Browse files Browse the repository at this point in the history
This reverts commit 7d3ff15.
  • Loading branch information
dirk-thomas committed Jul 25, 2018
1 parent 7d3ff15 commit 65aff30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rmw_fastrtps_cpp/src/type_support_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ using TypeSupport_cpp =
using RequestTypeSupport_c = rmw_fastrtps_cpp::RequestTypeSupport<
rosidl_typesupport_introspection_c__ServiceMembers,
rosidl_typesupport_introspection_c__MessageMembers
>;
>;
using RequestTypeSupport_cpp = rmw_fastrtps_cpp::RequestTypeSupport<
rosidl_typesupport_introspection_cpp::ServiceMembers,
rosidl_typesupport_introspection_cpp::MessageMembers
>;
>;

using ResponseTypeSupport_c = rmw_fastrtps_cpp::ResponseTypeSupport<
rosidl_typesupport_introspection_c__ServiceMembers,
rosidl_typesupport_introspection_c__MessageMembers
>;
>;
using ResponseTypeSupport_cpp = rmw_fastrtps_cpp::ResponseTypeSupport<
rosidl_typesupport_introspection_cpp::ServiceMembers,
rosidl_typesupport_introspection_cpp::MessageMembers
>;
>;

bool
using_introspection_c_typesupport(const char * typesupport_identifier);
Expand Down

0 comments on commit 65aff30

Please sign in to comment.