From aad2c069563a3e7318b575216db6deb313445f2c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 19 May 2024 19:13:03 +0200 Subject: MHR-23: Fix run_format.sh, inl files needs to be formated as well. Signed-off-by: Amlal El Mahrouss --- Kernel/KernelKit/ProcessScheduler.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kernel/KernelKit/ProcessScheduler.hpp') diff --git a/Kernel/KernelKit/ProcessScheduler.hpp b/Kernel/KernelKit/ProcessScheduler.hpp index 9768d56a..8670691f 100644 --- a/Kernel/KernelKit/ProcessScheduler.hpp +++ b/Kernel/KernelKit/ProcessScheduler.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright SoftwareLabs ------------------------------------------- */ @@ -277,8 +277,8 @@ namespace NewOS }; /* - * Just a helper class, which contains some utilities for the scheduler. - */ + * Just a helper class, which contains some utilities for the scheduler. + */ class ProcessHelper final { -- cgit v1.2.3