From 8c88a437a156c1ee695b2c733a1cfae24cc97bce Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 4 May 2025 17:49:20 +0200 Subject: meta(format.sh): format codebase. Signed-off-by: Amlal --- dev/kernel/FSKit/HeFS.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev/kernel/FSKit') diff --git a/dev/kernel/FSKit/HeFS.h b/dev/kernel/FSKit/HeFS.h index 7d84c2e7..255a5381 100644 --- a/dev/kernel/FSKit/HeFS.h +++ b/dev/kernel/FSKit/HeFS.h @@ -133,7 +133,7 @@ inline constexpr Kernel::ATime kHeFSTimeMax = 0xFFFFFFFFFFFFFFFF - 1; /// @note The index node is used to store the file information of a file. struct PACKED HEFS_INDEX_NODE final { Kernel::UInt64 fHashPath; /// @brief File name. - Kernel::UInt32 fFlags; /// @brief File flags. + Kernel::UInt32 fFlags; /// @brief File flags. Kernel::UInt16 fKind; /// @brief File kind. (Regular, Directory, Block, Character, FIFO, Socket, /// Symbolic Link, Unknown). Kernel::UInt32 fSize; /// @brief File size. @@ -168,7 +168,7 @@ struct PACKED HEFS_INDEX_NODE_DIRECTORY final { Kernel::UInt16 fKind; /// @brief File kind. (Regular, Directory, Block, Character, FIFO, Socket, /// Symbolic Link, Unknown). Kernel::UInt32 fEntryCount; /// @brief Entry Count of this directory inode. - Kernel::UInt32 fChecksum; /// @brief Checksum of the file, index node checksum. + Kernel::UInt32 fChecksum; /// @brief Checksum of the file, index node checksum. Kernel::ATime fCreated, fAccessed, fModified, fDeleted; /// @brief File timestamps and allocation status. @@ -381,8 +381,7 @@ class HeFileSystemParser final { const Utf8Char* name, const BOOL delete_or_create); _Output Bool INodeDirectoryCtl_(_Input DriveTrait* drive, _Input const Int32 flags, - const Utf8Char* dir, - const BOOL delete_or_create); + const Utf8Char* dir, const BOOL delete_or_create); UInt32 mDriveIndex{MountpointInterface::kDriveIndexA}; /// @brief The drive index which this /// filesystem is mounted on. -- cgit v1.2.3