From bbf83057e5f611a66ba9dfeabb14ccfd5cf08ac7 Mon Sep 17 00:00:00 2001 From: Bronek Kozicki Date: Wed, 11 Oct 2017 22:11:13 +0100 Subject: Wrap comment at 80 cols --- absl/types/any.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'absl/types/any.h') diff --git a/absl/types/any.h b/absl/types/any.h index f29de03..2e7bf21 100644 --- a/absl/types/any.h +++ b/absl/types/any.h @@ -103,8 +103,8 @@ template constexpr char TypeTag::dummy_var; // FastTypeId() evaluates at compile/link-time to a unique pointer for the -// passed in type. These are meant to be good match for keys into maps or straight -// up comparisons. +// passed in type. These are meant to be good match for keys into maps or +// straight up comparisons. template constexpr inline const void* FastTypeId() { return &TypeTag::dummy_var; -- cgit v1.2.3