From 96651830ce90a6acd2c9d7ceb4eb0bb4eb32f86e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Mar 2025 15:16:00 +0100 Subject: project(format): Ran the run_format.sh, in order to comply with repository standards. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/AMD64/Storage/AHCI+Generic.cc | 4 ++-- dev/Kernel/SystemKit/SwapDisk.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev') diff --git a/dev/Kernel/HALKit/AMD64/Storage/AHCI+Generic.cc b/dev/Kernel/HALKit/AMD64/Storage/AHCI+Generic.cc index 23ac2aeb..27a57a93 100644 --- a/dev/Kernel/HALKit/AMD64/Storage/AHCI+Generic.cc +++ b/dev/Kernel/HALKit/AMD64/Storage/AHCI+Generic.cc @@ -337,7 +337,7 @@ namespace NeOS if (!disk) return; - + drv_std_input_output(disk->fPacket.fPacketLba, (UInt8*)disk->fPacket.fPacketContent, kAHCISectorSize, disk->fPacket.fPacketSize); } @@ -358,7 +358,7 @@ namespace NeOS drv_std_input_output(disk->fPacket.fPacketLba, (UInt8*)disk->fPacket.fPacketContent, kAHCISectorSize, disk->fPacket.fPacketSize); } - } + } // namespace Detail ErrorOr sk_acquire_ahci_device(Int32 drv_index) { 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); }; -- cgit v1.2.3