From aa49abdf239bae6065fddd0839ec67a404c9748c Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 15 Sep 2025 21:15:53 +0200 Subject: Add .clang-format Make it easier to keep a consistent style --- src/u.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/u.hh') diff --git a/src/u.hh b/src/u.hh index 7cf835b..524b2ff 100644 --- a/src/u.hh +++ b/src/u.hh @@ -1,19 +1,19 @@ #ifndef U_HH #define U_HH -#include "ugc.hh" // IWYU pragma: export +#include "ugc.hh" // IWYU pragma: export namespace u { enum class ReadError : uint8_t { - Invalid, // Invalid sequence - End, // At end (it == end) - Incomplete, // Too few bytes + Invalid, // Invalid sequence + End, // At end (it == end) + Incomplete, // Too few bytes }; enum class ReadErrorReplace : uint8_t { - End, // At end (it == end) - Incomplete, // Too few bytes + End, // At end (it == end) + Incomplete, // Too few bytes }; enum class Version : uint8_t { -- cgit v1.3