Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
171930433 committed Jul 5, 2024
1 parent 386fb22 commit 96496e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iguana/pb_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ constexpr inline WireType get_wire_type() {
}

template <typename T>
constexpr bool is_lenprefix_v =
(get_wire_type<T>() == WireType::LengthDelimeted);
constexpr bool is_lenprefix_v = (get_wire_type<T>() ==
WireType::LengthDelimeted);

[[nodiscard]] IGUANA_INLINE uint32_t encode_zigzag(int32_t v) {
return (static_cast<uint32_t>(v) << 1U) ^
Expand Down

0 comments on commit 96496e7

Please sign in to comment.