diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-21 15:16:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-21 15:16:00 +0100 |
| commit | 96651830ce90a6acd2c9d7ceb4eb0bb4eb32f86e (patch) | |
| tree | 96c98486115aedf8ecc4e6e119bf24881c8de171 /dev/Kernel/SystemKit | |
| parent | 59bb4017bff80dcbb0a05c6339720b0556c1967e (diff) | |
project(format): Ran the run_format.sh, in order to comply with
repository standards.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/SystemKit')
| -rw-r--r-- | dev/Kernel/SystemKit/SwapDisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/SystemKit/SwapDisk.h b/dev/Kernel/SystemKit/SwapDisk.h index b902c5e4..11cc6332 100644 --- a/dev/Kernel/SystemKit/SwapDisk.h +++ b/dev/Kernel/SystemKit/SwapDisk.h @@ -29,7 +29,7 @@ namespace NeOS NE_COPY_DEFAULT(SwapDisk); - BOOL Write(const Char* fork_name, const SizeT fork_name_len, SWAP_DISK_HEADER* data, const SizeT data_len); + BOOL Write(const Char* fork_name, const SizeT fork_name_len, SWAP_DISK_HEADER* data, const SizeT data_len); SWAP_DISK_HEADER* Read(const Char* fork_name, const SizeT fork_name_len, const SizeT data_len); }; |
