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/NewKit/MutableArray.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Kernel/NewKit/MutableArray.hpp') diff --git a/Kernel/NewKit/MutableArray.hpp b/Kernel/NewKit/MutableArray.hpp index 0dfed60c..ad2afdf4 100644 --- a/Kernel/NewKit/MutableArray.hpp +++ b/Kernel/NewKit/MutableArray.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright SoftwareLabs ------------------------------------------- */ #pragma once @@ -69,9 +69,9 @@ namespace NewOS } /* - * We free all the nodes allocated by the array - * and store the next one inside "NextIt" - */ + * We free all the nodes allocated by the array + * and store the next one inside "NextIt" + */ virtual ~NullableMutableArray() { -- cgit v1.2.3