aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-31 09:21:51 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-31 09:21:51 +0200
commitbb95c10727d4a5b9f8226462ed1bee15a71fd33c (patch)
tree8a0d1e81ddeee7529b9601a44ee381d2c269e099 /libs/kstd
parent66e232270ab77acf13f146f6ed49faae467994db (diff)
downloadkernel-bb95c10727d4a5b9f8226462ed1bee15a71fd33c.tar.xz
kernel-bb95c10727d4a5b9f8226462ed1bee15a71fd33c.zip
chore: minor stylistic cleanups
Diffstat (limited to 'libs/kstd')
-rw-r--r--libs/kstd/kstd/bits/format/parse_context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/kstd/kstd/bits/format/parse_context.hpp b/libs/kstd/kstd/bits/format/parse_context.hpp
index 81ed52cf..c4cff3ba 100644
--- a/libs/kstd/kstd/bits/format/parse_context.hpp
+++ b/libs/kstd/kstd/bits/format/parse_context.hpp
@@ -89,7 +89,7 @@ namespace kstd
}
private:
- enum class index_mode
+ enum struct index_mode
{
unknown,
automatic,