From da0e83c01161d0c216f3831d5be21df728691c64 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 11 May 2025 16:48:02 +0200 Subject: feat(kernel/hefs): Fixed the shortcomings and issues of HeFS. Signed-off-by: Amlal El Mahrouss --- dev/modules/Power/PowerFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/modules/Power') diff --git a/dev/modules/Power/PowerFactory.h b/dev/modules/Power/PowerFactory.h index b9c4b088..4f224709 100644 --- a/dev/modules/Power/PowerFactory.h +++ b/dev/modules/Power/PowerFactory.h @@ -27,6 +27,6 @@ class PowerFactory { public: Bool Shutdown() { return NO; }; // shutdown - Void Reboot() {}; // soft-reboot + Void Reboot(){}; // soft-reboot }; } // namespace Kernel \ No newline at end of file -- cgit v1.2.3