Skip to content

Commit

Permalink
Refs #21128: Please linter (avoiding generated files)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 17, 2024
1 parent 771bfd1 commit daf1938
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions include/fastdds/dds/domain/qos/RequesterQos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class RequesterQos
DataReaderQos reader_qos;
};

} // namespace dds
} // namespace fastdds
} // namespace eprosima
} // namespace dds
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP
#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP
2 changes: 1 addition & 1 deletion include/fastdds/dds/log/Colors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
#endif // if defined(_WIN32)


#endif // FASTDDS_DDS_LOG__COLORS_HPP
#endif // FASTDDS_DDS_LOG__COLORS_HPP
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
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
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 daf1938

Please sign in to comment.