summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-05 12:19:58 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-05 12:19:58 +0100
commite0633b442140d49e08af6759bd07c89e16ef0e2a (patch)
treec83a84f5df6b3f5d486a53e19cc8ad55cd082587 /dev/Boot/Mod
parent5903f0c8eca69916c3acffcbe0a20a9af36fdf27 (diff)
ADD: Ran format command and refactors too.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod')
-rw-r--r--dev/Boot/Mod/SysChk/Module.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc
index 09a7a718..c5edb161 100644
--- a/dev/Boot/Mod/SysChk/Module.cc
+++ b/dev/Boot/Mod/SysChk/Module.cc
@@ -18,7 +18,7 @@
#include <KernelKit/PEF.h>
#include <NewKit/Macros.h>
#include <NewKit/Ref.h>
-#include <BootKit/Thread.h>
+#include <BootKit/BootThread.h>
#include <Mod/GfxMgr/FBMgr.h>
EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
@@ -27,6 +27,6 @@ EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* handover)
if (partition_factory.IsPartitionValid())
return kEfiOk;
-
+
return kEfiFail;
}