Skip to content

Commit

Permalink
Refs #21129: Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jun 17, 2024
1 parent 28ba6ca commit ac135b0
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/cpp/fastdds/domain/DomainParticipant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

DomainParticipant::DomainParticipant(
const StatusMask& mask)
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/publisher/Publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

Publisher::Publisher(
PublisherImpl* p,
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/publisher/qos/DataWriterQos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <fastdds/core/policy/QosPolicyUtils.hpp>
namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

const DataWriterQos DATAWRITER_QOS_DEFAULT;
const DataWriterQos DATAWRITER_QOS_USE_TOPIC_QOS;
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/subscriber/ReadCondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

ReadCondition::ReadCondition()
{
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/subscriber/Subscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

Subscriber::Subscriber(
SubscriberImpl* pimpl,
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/topic/qos/TopicQos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

namespace eprosima {
namespace fastdds {
namespace dds{
namespace dds {

const TopicQos TOPIC_QOS_DEFAULT;

Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/attributes/PropertyPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace eprosima {
namespace fastdds {
namespace rtps{
namespace rtps {

PropertyPolicy PropertyPolicyHelper::get_properties_with_prefix(
const PropertyPolicy& property_policy,
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/attributes/ThreadSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace eprosima {
namespace fastdds {
namespace rtps{
namespace rtps {

bool ThreadSettings::operator ==(
const ThreadSettings& rhs) const
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/exceptions/Exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace eprosima {
namespace fastdds {
namespace rtps {

Exception::Exception(
const char* const& message)
: message_(message)
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/reader/StatelessReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
namespace eprosima {
namespace fastdds {
namespace rtps {

using BaseReader = eprosima::fastdds::rtps::BaseReader;

StatelessReader::~StatelessReader()
Expand Down
14 changes: 7 additions & 7 deletions src/cpp/rtps/security/SecurityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ SecurityManager::SecurityManager(
, auth_last_sequence_number_(1)
, crypto_last_sequence_number_(1)
, temp_reader_proxies_({
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits,
participant->getRTPSParticipantAttributes().allocation.content_filter})
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits,
participant->getRTPSParticipantAttributes().allocation.content_filter})
, temp_writer_proxies_({
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits})
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits})
{
assert(participant != nullptr);
static OpenSSLInit openssl_init;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace eprosima {
namespace fastdds {
namespace statistics {
namespace rtps {

struct IProxyQueryable
{
/**
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/utils/IPFinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
namespace eprosima {
namespace fastdds {
namespace rtps {

IPFinder::IPFinder()
{
}
Expand Down
1 change: 1 addition & 0 deletions test/blackbox/common/RTPSWithRegistrationReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class RTPSWithRegistrationReader
}

private:

Listener& operator =(
const Listener&) = delete;

Expand Down

0 comments on commit ac135b0

Please sign in to comment.