From 352c8e85d2d0a881d61e1016bdf5d013e361e4c4 Mon Sep 17 00:00:00 2001 From: Irene Bandera Date: Wed, 18 Sep 2024 12:37:50 +0200 Subject: [PATCH] Uncrustify Signed-off-by: Irene Bandera --- .../cpp/participant/rtps/DiscoveryServerParticipant.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp b/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp index df5ed282..cb4995bd 100644 --- a/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp +++ b/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp @@ -98,7 +98,8 @@ DiscoveryServerParticipant::reckon_participant_attributes_() const has_listening_udp_ipv4 = true; auto descriptor_tmp = - create_descriptor(discovery_server_configuration->whitelist); + create_descriptor( + discovery_server_configuration->whitelist); descriptor = descriptor_tmp; eprosima::fastdds::rtps::IPLocator::setIPv4(listening_locator, address.ip()); @@ -111,7 +112,8 @@ DiscoveryServerParticipant::reckon_participant_attributes_() const has_listening_udp_ipv6 = true; auto descriptor_tmp = - create_descriptor(discovery_server_configuration->whitelist); + create_descriptor( + discovery_server_configuration->whitelist); descriptor = descriptor_tmp; eprosima::fastdds::rtps::IPLocator::setIPv6(listening_locator, address.ip()); @@ -337,7 +339,8 @@ DiscoveryServerParticipant::reckon_participant_attributes_() const params.userTransports.push_back(descriptor); logDebug(DDSPIPE_DISCOVERYSERVER_PARTICIPANT, - "Add connection address " << address << " to Participant " << discovery_server_configuration->id << "."); + "Add connection address " << address << " to Participant " << discovery_server_configuration->id << + "."); } // Add remote SERVER to CLIENT's list of SERVERs