From 3c19e975dacc1ef073636c46833b37059db39aef Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Jan 2024 15:39:25 +0100 Subject: Kernel\DriveManager.cxx: Formatting correctly. Signed-off-by: Amlal El Mahrouss --- Source/DriveManager.cxx | 6 +++++- Source/Heap.cxx | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/DriveManager.cxx b/Source/DriveManager.cxx index 4c924b75..23e08707 100644 --- a/Source/DriveManager.cxx +++ b/Source/DriveManager.cxx @@ -25,7 +25,11 @@ namespace hCore } } - DriveTraits& DriveSelector::GetMounted() { MUST_PASS(fDrive != nullptr); return *fDrive; } + DriveTraits& DriveSelector::GetMounted() + { + MUST_PASS(fDrive != nullptr); + return *fDrive; + } bool DriveSelector::Mount(DriveTraits* drive) { diff --git a/Source/Heap.cxx b/Source/Heap.cxx index a4bc72a8..0a159c4e 100644 --- a/Source/Heap.cxx +++ b/Source/Heap.cxx @@ -11,6 +11,9 @@ #include #include +/// @file Heap.cxx +/// @brief hCore Process Heap Manager +/// @note if you want to look at kernel allocs, please look for KHeap.cxx /// bugs: 0 namespace hCore -- cgit v1.2.3