Skip to content

Commit

Permalink
Refs #21128: Set missing closing namespace with proper comment
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 7a68b08 commit 771bfd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/fastdds/rtps/builtin/data/ParticipantProxyData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NetworkFactory;
#if HAVE_SECURITY
namespace security {
struct ParticipantSecurityAttributes;
} /* namespace security */
} // namespace security
#endif // if HAVE_SECURITY

// proxy specific declarations
Expand Down Expand Up @@ -231,9 +231,9 @@ class ParticipantProxyData
std::chrono::microseconds lease_duration_;
};

} // namespace rtps
} // namespace fastdds
} // namespace eprosima
} // namespace rtps
} // namespace fastdds
} // namespace eprosima

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

Expand Down

0 comments on commit 771bfd1

Please sign in to comment.