summaryrefslogtreecommitdiff
path: root/src/u.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
commitaa49abdf239bae6065fddd0839ec67a404c9748c (patch)
tree631fbb2df58aa35df3d60c65c037ef74b1807114 /src/u.hh
parentbf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (diff)
Add .clang-format
Make it easier to keep a consistent style
Diffstat (limited to 'src/u.hh')
-rw-r--r--src/u.hh12
1 files changed, 6 insertions, 6 deletions
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 {