diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 21:15:53 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 21:15:53 +0200 |
| commit | aa49abdf239bae6065fddd0839ec67a404c9748c (patch) | |
| tree | 631fbb2df58aa35df3d60c65c037ef74b1807114 /src/u.hh | |
| parent | bf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (diff) | |
Add .clang-format
Make it easier to keep a consistent style
Diffstat (limited to 'src/u.hh')
| -rw-r--r-- | src/u.hh | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 { |
