diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:32:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-29 10:33:13 +0200 |
| commit | 1e24d2b3cd4315fff4177c593bcfeef5b354f612 (patch) | |
| tree | d0b6900340d62e85d4b06b3887f18285a6bd4cf1 /libs/multiboot2 | |
| parent | 96065f10752e4fbcf2e36e277be08eb9e9857011 (diff) | |
| download | kernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.tar.xz kernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.zip | |
chore: apply stylistic cleanups
Diffstat (limited to 'libs/multiboot2')
| -rw-r--r-- | libs/multiboot2/multiboot2/information.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/multiboot2/multiboot2/information.hpp b/libs/multiboot2/multiboot2/information.hpp index 2611063b..98fa0d7c 100644 --- a/libs/multiboot2/multiboot2/information.hpp +++ b/libs/multiboot2/multiboot2/information.hpp @@ -289,8 +289,8 @@ namespace multiboot2 return std::nullopt; } - uint32_t m_size{}; - uint32_t : 32; + std::uint32_t m_size{}; + std::uint32_t : 32; tag_header m_tags{}; }; |
