Skip to content

Commit

Permalink
Linters
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Mar 31, 2021
1 parent 7f2c1c7 commit 1e715bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/src/publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ rmw_fastrtps_cpp::create_publisher(
RMW_SET_ERROR_MSG("create_publisher() failed setting topic QoS");
return nullptr;
}

rmw_fastrtps_shared_cpp::TopicHolder topic;
if (!rmw_fastrtps_shared_cpp::cast_or_create_topic(
domainParticipant, des_topic,
Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/src/subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ create_subscription(
RMW_SET_ERROR_MSG("create_publisher() failed setting topic QoS");
return nullptr;
}

rmw_fastrtps_shared_cpp::TopicHolder topic;
if (!rmw_fastrtps_shared_cpp::cast_or_create_topic(
domainParticipant, des_topic,
Expand Down
2 changes: 1 addition & 1 deletion rmw_fastrtps_dynamic_cpp/src/subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ create_subscription(
RMW_SET_ERROR_MSG("create_publisher() failed setting topic QoS");
return nullptr;
}

rmw_fastrtps_shared_cpp::TopicHolder topic;
if (!rmw_fastrtps_shared_cpp::cast_or_create_topic(
domainParticipant, des_topic,
Expand Down

0 comments on commit 1e715bc

Please sign in to comment.