summaryrefslogtreecommitdiff
path: root/src/u.hh
diff options
context:
space:
mode:
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 {