diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 09:21:51 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-31 09:21:51 +0200 |
| commit | bb95c10727d4a5b9f8226462ed1bee15a71fd33c (patch) | |
| tree | 8a0d1e81ddeee7529b9601a44ee381d2c269e099 /libs | |
| parent | 66e232270ab77acf13f146f6ed49faae467994db (diff) | |
| download | kernel-bb95c10727d4a5b9f8226462ed1bee15a71fd33c.tar.xz kernel-bb95c10727d4a5b9f8226462ed1bee15a71fd33c.zip | |
chore: minor stylistic cleanups
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/kstd/kstd/bits/format/parse_context.hpp | 2 |
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, |
