File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,9 @@ struct hash<rmw_zenoh_cpp::Gid>
275275{
276276 std::size_t operator ()(const rmw_zenoh_cpp::Gid & gid) const noexcept
277277 {
278- // This function implemented FNV-1a 64-bit as the GID is small enough (e.g. as of commit db4d05e
279- // of ros2/rmw RMW_GID_STORAGE_SIZE is set to 16) and FNV is known to be efficient in such cases.
278+ // This function implemented FNV-1a 64-bit as the GID is small enough
279+ // (e.g. as of commit db4d05e of ros2/rmw RMW_GID_STORAGE_SIZE is set to 16)
280+ // and FNV is known to be efficient in such cases.
280281 //
281282 // See https://github.com/ros2/rmw/blob/db4d05e/rmw/include/rmw/types.h#L44
282283 // and https://datatracker.ietf.org/doc/html/draft-eastlake-fnv-17.html
You can’t perform that action at this time.
0 commit comments