Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <[email protected]>
  • Loading branch information
dirk-thomas committed May 8, 2019
1 parent 3f34667 commit c04b671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rmw_fastrtps_shared_cpp/src/demangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ _demangle_if_ros_type(const std::string & dds_type_string)

std::string substring = "dds_::";
size_t substring_position = dds_type_string.find(substring);
if (substring_position == std::string::npos)
{
if (substring_position == std::string::npos) {
// not a ROS type
return dds_type_string;
}
Expand Down

0 comments on commit c04b671

Please sign in to comment.