From 4d192e629a07ae457134cb0063e0136e54b01008 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 02:50:07 +0100 Subject: chore: Codebase improvements and tweaks. Signed-off-by: Amlal El Mahrouss --- src/kernel/NeKit/Config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/kernel/NeKit') diff --git a/src/kernel/NeKit/Config.h b/src/kernel/NeKit/Config.h index f8414069..bb21ba5c 100644 --- a/src/kernel/NeKit/Config.h +++ b/src/kernel/NeKit/Config.h @@ -79,7 +79,13 @@ using Lba = UInt64; using Char16 = char16_t; -enum struct Endian : UInt8 { kEndianInvalid, kEndianBig, kEndianLittle, kEndianMixed, kEndianCount }; +enum struct Endian : UInt8 { + kEndianInvalid, + kEndianBig, + kEndianLittle, + kEndianMixed, + kEndianCount +}; /// @brief Forward object. /// @tparam Args the object type. -- cgit v1.2.3