From 96496e75b2b0fad4f5029e7dc1e65df6b3e432df Mon Sep 17 00:00:00 2001 From: gsk <171930433@qq.com> Date: Fri, 5 Jul 2024 11:25:24 +0800 Subject: [PATCH] clang format --- iguana/pb_util.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/pb_util.hpp b/iguana/pb_util.hpp index 9ef8212c..27bc9a89 100644 --- a/iguana/pb_util.hpp +++ b/iguana/pb_util.hpp @@ -73,8 +73,8 @@ constexpr inline WireType get_wire_type() { } template -constexpr bool is_lenprefix_v = - (get_wire_type() == WireType::LengthDelimeted); +constexpr bool is_lenprefix_v = (get_wire_type() == + WireType::LengthDelimeted); [[nodiscard]] IGUANA_INLINE uint32_t encode_zigzag(int32_t v) { return (static_cast(v) << 1U) ^