Skip to content

Commit

Permalink
Refs #20707: Fix uncrustify issue in ParticipantDiscoveryInfo.h
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Jun 3, 2024
1 parent 78580ce commit 8314ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/fastdds/rtps/participant/ParticipantDiscoveryInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ struct ParticipantDiscoveryInfo
{
//!Enum DISCOVERY_STATUS, four different status for discovered participants.
//!@ingroup RTPS_MODULE
// *INDENT-OFF* eduponz: Does not understand the #if correctly and ends up removing the ;
// at the end of the enum, which does not build.
#if defined(_WIN32)
enum FASTDDS_EXPORTED_API DISCOVERY_STATUS
#else
Expand All @@ -46,7 +48,8 @@ struct ParticipantDiscoveryInfo
REMOVED_PARTICIPANT,
DROPPED_PARTICIPANT,
IGNORED_PARTICIPANT
}
};
// *INDENT-ON*

ParticipantDiscoveryInfo(
const ParticipantProxyData& data)
Expand Down

0 comments on commit 8314ebb

Please sign in to comment.