Skip to content

Commit

Permalink
Refs #20820: 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 May 28, 2024
1 parent 9aad94c commit 212d70a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/rtps/attributes/EndpointAttributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class EndpointAttributes
int16_t m_entityID = -1;

#if HAVE_SECURITY
//! Security attributes
//! Security attributes
security::EndpointSecurityAttributes security_attributes_;
#endif // HAVE_SECURITY

Expand Down
2 changes: 1 addition & 1 deletion include/fastrtps/qos/ParameterTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace eprosima {
namespace fastrtps {

#if HAVE_SECURITY
namespace rtps{
namespace rtps {
namespace security {
struct ParticipantSecurityAttributes;
} /* namespace security */
Expand Down
3 changes: 1 addition & 2 deletions src/cpp/rtps/attributes/EndpointSecurityAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ bool EndpointSecurityAttributes::match(
const PluginEndpointSecurityAttributesMask remotePluginMask) const
{
return security_mask_matches(mask(), remoteMask) &&
security_mask_matches(plugin_endpoint_attributes, remotePluginMask);
security_mask_matches(plugin_endpoint_attributes, remotePluginMask);
}


} // namespace security
} // namespace rtps
} // namespace fastrtps
Expand Down

0 comments on commit 212d70a

Please sign in to comment.