Skip to content

Commit

Permalink
Refs #20301: linters
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Mar 7, 2024
1 parent dea7820 commit aed0ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/cpp/rtps/RTPSDomain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,8 @@ bool RTPSDomainImpl::get_topic_attributes_from_profile(
const std::string& profile_name,
TopicAttributes& topic_attributes)
{
if (xmlparser::XMLP_ret::XML_OK == xmlparser::XMLProfileManager::fillTopicAttributes(profile_name, topic_attributes))
if (xmlparser::XMLP_ret::XML_OK ==
xmlparser::XMLProfileManager::fillTopicAttributes(profile_name, topic_attributes))
{
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox/common/BlackboxTestsNetworkConf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ TEST_P(NetworkConfig, PubGetSendingLocatorsWhitelist)
for (const auto& network_interface : interfaces)
{
std::cout << "Adding interface '" << network_interface.name << "' (" << network_interface.name.size() << ")" <<
std::endl;
std::endl;
descriptor_->interfaceWhiteList.push_back(network_interface.name);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class RTPSParticipantImpl
MOCK_METHOD(bool, ignore_participant, (const GuidPrefix_t&));

MOCK_METHOD(bool, update_removed_participant, (rtps::LocatorList_t&));

uint32_t getRTPSParticipantID() const
{
return 0;
Expand Down

0 comments on commit aed0ff7

Please sign in to comment.