summaryrefslogtreecommitdiff
path: root/src/uio.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2026-04-28 22:42:48 +0200
committerJoel Klinghed <the_jk@spawned.biz>2026-04-28 22:43:08 +0200
commit665bb6a5202ad0ca30e60bec338ca65853c1b131 (patch)
tree4d938a3f1bc3160ac065d9a437f2c1b6eb724864 /src/uio.hh
parent2f43e9123dc406112d0802a82698cd124f42a794 (diff)
Make clang-tidy happy
Diffstat (limited to 'src/uio.hh')
-rw-r--r--src/uio.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uio.hh b/src/uio.hh
index 8a55f03..091d0ce 100644
--- a/src/uio.hh
+++ b/src/uio.hh
@@ -9,7 +9,7 @@
namespace u {
-enum class ReaderInputFormat {
+enum class ReaderInputFormat : uint8_t {
UTF8,
UTF16_BE,
UTF16_LE,