From 281f169adcb36fded1746ba4de247c5d6257054f Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 16 Jan 2025 17:40:21 +0000 Subject: [PATCH] Fix style --- rmw_zenoh_cpp/src/detail/liveliness_utils.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/liveliness_utils.hpp b/rmw_zenoh_cpp/src/detail/liveliness_utils.hpp index a2d3ec51..cb6a9c87 100644 --- a/rmw_zenoh_cpp/src/detail/liveliness_utils.hpp +++ b/rmw_zenoh_cpp/src/detail/liveliness_utils.hpp @@ -275,8 +275,9 @@ struct hash { std::size_t operator()(const rmw_zenoh_cpp::Gid & gid) const noexcept { - // This function implemented FNV-1a 64-bit as the GID is small enough (e.g. as of commit db4d05e - // of ros2/rmw RMW_GID_STORAGE_SIZE is set to 16) and FNV is known to be efficient in such cases. + // This function implemented FNV-1a 64-bit as the GID is small enough + // (e.g. as of commit db4d05e of ros2/rmw RMW_GID_STORAGE_SIZE is set to 16) + // and FNV is known to be efficient in such cases. // // See https://github.com/ros2/rmw/blob/db4d05e/rmw/include/rmw/types.h#L44 // and https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-17.html