summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/DriveMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-12 18:18:06 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-12 18:18:06 +0100
commit578e905d123d1ae48ad6690cddd5247b83cdccae (patch)
tree6d332e82cc9c197cb7c5e0aff958b8bdc38009bf /src/kernel/KernelKit/DriveMgr.h
parent6498165c295fab8352d8bcb37095ef81190dda20 (diff)
[FEAT] CFAtom & Kernel::Atom improvements, doc TypeAtomic.atom-improvements
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/DriveMgr.h')
-rw-r--r--src/kernel/KernelKit/DriveMgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/DriveMgr.h b/src/kernel/KernelKit/DriveMgr.h
index 62d83b92..082ffc95 100644
--- a/src/kernel/KernelKit/DriveMgr.h
+++ b/src/kernel/KernelKit/DriveMgr.h
@@ -3,7 +3,6 @@
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
-
#ifndef INC_DRIVE_MANAGER_H
#define INC_DRIVE_MANAGER_H
@@ -74,7 +73,7 @@ struct DriveTrait final {
Void (*fOutput)(DrivePacket& packet){nullptr};
Void (*fVerify)(DrivePacket& packet){nullptr};
Void (*fInit)(DrivePacket& packet){nullptr};
- const Char* (*fProtocol)(Void) {nullptr};
+ const Char* (*fProtocol)(Void){nullptr};
};
namespace Probe {