Skip to content

Commit daf1938

Browse files
committed
Refs #21128: Please linter (avoiding generated files)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 771bfd1 commit daf1938

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

include/fastdds/dds/domain/qos/RequesterQos.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class RequesterQos
7373
DataReaderQos reader_qos;
7474
};
7575

76-
} // namespace dds
77-
} // namespace fastdds
78-
} // namespace eprosima
76+
} // namespace dds
77+
} // namespace fastdds
78+
} // namespace eprosima
7979

80-
#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP
80+
#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP

include/fastdds/dds/log/Colors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
#endif // if defined(_WIN32)
5858

5959

60-
#endif // FASTDDS_DDS_LOG__COLORS_HPP
60+
#endif // FASTDDS_DDS_LOG__COLORS_HPP

src/cpp/rtps/attributes/PropertyPolicy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace eprosima {
2424
namespace fastdds {
25-
namespace rtps{
25+
namespace rtps {
2626

2727
PropertyPolicy PropertyPolicyHelper::get_properties_with_prefix(
2828
const PropertyPolicy& property_policy,

src/cpp/rtps/security/SecurityManager.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ SecurityManager::SecurityManager(
8787
, auth_last_sequence_number_(1)
8888
, crypto_last_sequence_number_(1)
8989
, temp_reader_proxies_({
90-
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
91-
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
92-
participant->getRTPSParticipantAttributes().allocation.data_limits,
93-
participant->getRTPSParticipantAttributes().allocation.content_filter})
90+
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
91+
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
92+
participant->getRTPSParticipantAttributes().allocation.data_limits,
93+
participant->getRTPSParticipantAttributes().allocation.content_filter})
9494
, temp_writer_proxies_({
95-
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
96-
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
97-
participant->getRTPSParticipantAttributes().allocation.data_limits})
95+
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
96+
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
97+
participant->getRTPSParticipantAttributes().allocation.data_limits})
9898
{
9999
assert(participant != nullptr);
100100
static OpenSSLInit openssl_init;

test/blackbox/common/RTPSWithRegistrationReader.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class RTPSWithRegistrationReader
112112
}
113113

114114
private:
115+
115116
Listener& operator =(
116117
const Listener&) = delete;
117118

0 commit comments

Comments
 (0)