aboutsummaryrefslogtreecommitdiff
path: root/libs/multiboot2
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:32:29 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-29 10:33:13 +0200
commit1e24d2b3cd4315fff4177c593bcfeef5b354f612 (patch)
treed0b6900340d62e85d4b06b3887f18285a6bd4cf1 /libs/multiboot2
parent96065f10752e4fbcf2e36e277be08eb9e9857011 (diff)
downloadkernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.tar.xz
kernel-1e24d2b3cd4315fff4177c593bcfeef5b354f612.zip
chore: apply stylistic cleanups
Diffstat (limited to 'libs/multiboot2')
-rw-r--r--libs/multiboot2/multiboot2/information.hpp4
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{};
};