diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-05 16:51:02 +0100 |
| commit | b77a6aa6a91a953472be982eaade0c2dc376e2fe (patch) | |
| tree | 741ffe49f5f04e7b86b0603208f8024baff10b3c /dev/ZKAKit/NewKit | |
| parent | c827d14a66eedcc501a6563aa1912a3cfc31a8ae (diff) | |
IMP: Ran format command.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKAKit/NewKit')
| -rw-r--r-- | dev/ZKAKit/NewKit/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/NewKit/Macros.h b/dev/ZKAKit/NewKit/Macros.h index 63ba28cd..d8b0881c 100644 --- a/dev/ZKAKit/NewKit/Macros.h +++ b/dev/ZKAKit/NewKit/Macros.h @@ -11,7 +11,7 @@ #endif #ifndef kib_cast -#define kib_cast(X) (Kernel::UInt64)((X)*1024) +#define kib_cast(X) (Kernel::UInt64)((X) * 1024) #endif #ifndef MIB |
