Skip to content

Commit

Permalink
Refs #21128: Apply rev suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 18, 2024
1 parent 7f0333d commit 7019268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions include/fastdds/rtps/participant/RTPSParticipant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* @file RTPSParticipant.hpp
*/

#ifndef FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
#define FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
#ifndef FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP
#define FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP

#include <cstdint>
#include <cstdlib>
Expand Down Expand Up @@ -443,4 +443,4 @@ class FASTDDS_EXPORTED_API RTPSParticipant
} // namespace rtps
} // namespace eprosima

#endif // FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
#endif // FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP
6 changes: 3 additions & 3 deletions include/fastdds/rtps/transport/TCPv4TransportDescriptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*
*/

#ifndef FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
#define FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
#ifndef FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP
#define FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP

#include <sstream>

Expand Down Expand Up @@ -105,4 +105,4 @@ struct TCPv4TransportDescriptor : public TCPTransportDescriptor
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
#endif // FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP

0 comments on commit 7019268

Please sign in to comment.