Skip to content

Commit 771bfd1

Browse files
committed
Refs #21128: Set missing closing namespace with proper comment
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 7a68b08 commit 771bfd1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

include/fastdds/rtps/builtin/data/ParticipantProxyData.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class NetworkFactory;
4949
#if HAVE_SECURITY
5050
namespace security {
5151
struct ParticipantSecurityAttributes;
52-
} /* namespace security */
52+
} // namespace security
5353
#endif // if HAVE_SECURITY
5454

5555
// proxy specific declarations
@@ -231,9 +231,9 @@ class ParticipantProxyData
231231
std::chrono::microseconds lease_duration_;
232232
};
233233

234-
} // namespace rtps
235-
} // namespace fastdds
236-
} // namespace eprosima
234+
} // namespace rtps
235+
} // namespace fastdds
236+
} // namespace eprosima
237237

238238
#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
239239

0 commit comments

Comments
 (0)