summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/FSKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-02 10:06:13 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-02 10:06:13 +0200
commitb3888ff9e2c18da6b73a57f453f7ad36fea61b7b (patch)
tree1c2c6da3f8fba030222f7505f73a104eaf9e17cf /dev/ZKA/FSKit
parent9b7082353e9f7bd4d3ae077959de553f437316db (diff)
[ META ] Update formating.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/FSKit')
-rw-r--r--dev/ZKA/FSKit/NewFS.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/ZKA/FSKit/NewFS.hxx b/dev/ZKA/FSKit/NewFS.hxx
index c3ae7091..c5ada14b 100644
--- a/dev/ZKA/FSKit/NewFS.hxx
+++ b/dev/ZKA/FSKit/NewFS.hxx
@@ -31,7 +31,7 @@ default.
#define kNewFSNodeNameLen (256)
#define kNewFSSectorSz (512)
-#define kNewFSForkSz (8192)
+#define kNewFSForkSz (8192)
#define kNewFSIdentLen (8)
#define kNewFSIdent " NewFS"
@@ -86,8 +86,8 @@ default.
#define kNewFSLbaType (Kernel::Lba)
/// Start After the PM headers, pad 1024 bytes.
-#define kNewFSRootCatalogStartAddress (1024)
-#define kNewFSCatalogStartAddress ((2048) + sizeof(NFS_ROOT_PARTITION_BLOCK))
+#define kNewFSRootCatalogStartAddress (1024)
+#define kNewFSCatalogStartAddress ((2048) + sizeof(NFS_ROOT_PARTITION_BLOCK))
#define kResourceTypeDialog (10)
#define kResourceTypeString (11)
@@ -267,7 +267,7 @@ namespace Kernel
VoidPtr ReadCatalog(_Input _Output NFS_CATALOG_STRUCT* catalog,
_Input Bool isRsrcFork,
- _Input SizeT dataSz,
+ _Input SizeT dataSz,
_Input const Char* forkName);
bool Seek(_Input _Output NFS_CATALOG_STRUCT* catalog, SizeT off);