@@ -1565,7 +1565,7 @@ void RTPSParticipantImpl::update_attributes(
1565
1565
local_interfaces_changed = true ;
1566
1566
EPROSIMA_LOG_INFO (RTPS_PARTICIPANT,
1567
1567
temp_atts.getName () << " updated default unicast locator list, current locators: "
1568
- << temp_atts.defaultUnicastLocatorList );
1568
+ << temp_atts.defaultUnicastLocatorList );
1569
1569
}
1570
1570
}
1571
1571
@@ -1672,7 +1672,8 @@ void RTPSParticipantImpl::update_attributes(
1672
1672
{
1673
1673
participant_data->metatraffic_locators .add_unicast_locator (locator);
1674
1674
}
1675
- if (!temp_atts.builtin .avoid_builtin_multicast || participant_data->metatraffic_locators .unicast .empty ())
1675
+ if (!temp_atts.builtin .avoid_builtin_multicast ||
1676
+ participant_data->metatraffic_locators .unicast .empty ())
1676
1677
{
1677
1678
for (const auto & locator : temp_atts.builtin .metatrafficMulticastLocatorList )
1678
1679
{
@@ -1717,7 +1718,8 @@ void RTPSParticipantImpl::update_attributes(
1717
1718
WriterProxyData* wdata = nullptr ;
1718
1719
GUID_t participant_guid;
1719
1720
wdata = pdp->addWriterProxyData (writer->getGuid (), participant_guid,
1720
- [](WriterProxyData* proxy, bool is_update, const ParticipantProxyData& participant)
1721
+ [](WriterProxyData* proxy, bool is_update,
1722
+ const ParticipantProxyData& participant)
1721
1723
{
1722
1724
static_cast <void >(is_update);
1723
1725
assert (is_update);
@@ -1739,7 +1741,8 @@ void RTPSParticipantImpl::update_attributes(
1739
1741
ReaderProxyData* rdata = nullptr ;
1740
1742
GUID_t participant_guid;
1741
1743
rdata = pdp->addReaderProxyData (reader->getGuid (), participant_guid,
1742
- [](ReaderProxyData* proxy, bool is_update, const ParticipantProxyData& participant)
1744
+ [](ReaderProxyData* proxy, bool is_update,
1745
+ const ParticipantProxyData& participant)
1743
1746
{
1744
1747
static_cast <void >(is_update);
1745
1748
assert (is_update);
0 commit comments