summaryrefslogtreecommitdiffhomepage
path: root/Kernel/FSKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-19 19:13:03 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-05-19 19:13:03 +0200
commitaad2c069563a3e7318b575216db6deb313445f2c (patch)
tree2ba42b767473bebdca9d2538d120f0b4d82194e4 /Kernel/FSKit
parentc0428f8e5feba9573e572a1a1b3c66cfa1f29108 (diff)
MHR-23: Fix run_format.sh, inl files needs to be formated as well.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Kernel/FSKit')
-rw-r--r--Kernel/FSKit/Defines.hxx2
-rw-r--r--Kernel/FSKit/IndexableProperty.hxx2
-rw-r--r--Kernel/FSKit/NewFS.hxx22
3 files changed, 13 insertions, 13 deletions
diff --git a/Kernel/FSKit/Defines.hxx b/Kernel/FSKit/Defines.hxx
index bdaa8d77..046cda8e 100644
--- a/Kernel/FSKit/Defines.hxx
+++ b/Kernel/FSKit/Defines.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/Kernel/FSKit/IndexableProperty.hxx b/Kernel/FSKit/IndexableProperty.hxx
index 28ea230a..1c8aafeb 100644
--- a/Kernel/FSKit/IndexableProperty.hxx
+++ b/Kernel/FSKit/IndexableProperty.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/Kernel/FSKit/NewFS.hxx b/Kernel/FSKit/NewFS.hxx
index acb22798..e2ae81a6 100644
--- a/Kernel/FSKit/NewFS.hxx
+++ b/Kernel/FSKit/NewFS.hxx
@@ -1,15 +1,15 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
- File: NewFS.hxx
- Purpose:
+ File: NewFS.hxx
+ Purpose:
- Revision History:
+ Revision History:
- ?/?/?: Added file (amlel)
- 12/02/24: Add UUID macro for EPM and GPT partition schemes.
- 3/16/24: Add mandatory sector size, kNewFSSectorSz is set to 2048 by
+ ?/?/?: Added file (amlel)
+ 12/02/24: Add UUID macro for EPM and GPT partition schemes.
+ 3/16/24: Add mandatory sector size, kNewFSSectorSz is set to 2048 by
default.
------------------------------------------- */
@@ -22,8 +22,8 @@ default.
#include <NewKit/Defines.hpp>
/**
- @brief New File System specification.
- @author Amlal EL Mahrouss
+ @brief New File System specification.
+ @author Amlal EL Mahrouss
*/
#define kNewFSInvalidFork (-1)
@@ -224,7 +224,7 @@ namespace NewOS
/// @param theFork the fork itself.
/// @return the fork
_Output NewFork* CreateFork(_Input NewCatalog* catalog,
- _Input NewFork& theFork);
+ _Input NewFork& theFork);
/// @brief Find fork inside New filesystem.
/// @param catalog the catalog.
@@ -242,7 +242,7 @@ namespace NewOS
_Output NewCatalog* GetCatalog(_Input const char* name);
- _Output NewCatalog* CreateCatalog(_Input const char* name,
+ _Output NewCatalog* CreateCatalog(_Input const char* name,
_Input const Int32& flags,
_Input const Int32& kind);