From c7fe1ab6e2f97a7f0bfc6aaf97374f841fb63c0d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 3 Mar 2026 15:44:28 +0100 Subject: feat: syschk, hal{x64}: ATA PIO patches, reworked I/O system. Signed-off-by: Amlal El Mahrouss --- src/kernel/NeKit/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/NeKit/Config.h') diff --git a/src/kernel/NeKit/Config.h b/src/kernel/NeKit/Config.h index effa0696..1d5083a7 100644 --- a/src/kernel/NeKit/Config.h +++ b/src/kernel/NeKit/Config.h @@ -16,7 +16,7 @@ #define NE_ICODEC \ final: \ - public \ + public \ ::Kernel::ICodec /// @brief The **NeKernel** namespace. @@ -112,12 +112,12 @@ inline Args&& move(Args&& arg) { template concept IsSerializable = requires() { - { Type::kValue }; + {Type::kValue}; }; template concept IsNotSerializable = requires() { - { !Type::kValue }; + {!Type::kValue}; }; /// @brief Encoding interface, used as a proxy to convert T to Char* -- cgit v1.2.3