summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/SystemKit/Macros.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 09:23:13 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-21 09:23:13 +0200
commit27fd1ba438eecbe184a5deda6d9f468509ec4f42 (patch)
tree1ef5c34198aee313b7f5e297a13d169c4f1bd6b1 /dev/libSystem/SystemKit/Macros.h
parente5edad799f0f8dbe0b34baf55c30849c941a43f9 (diff)
feat: refactor and fixed python scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/SystemKit/Macros.h')
-rw-r--r--dev/libSystem/SystemKit/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libSystem/SystemKit/Macros.h b/dev/libSystem/SystemKit/Macros.h
index 25bc77ba..2bdeff9d 100644
--- a/dev/libSystem/SystemKit/Macros.h
+++ b/dev/libSystem/SystemKit/Macros.h
@@ -94,7 +94,7 @@ typedef nullPtr NullPtr;
#endif
#ifndef kib_cast
-#define kib_cast(X) (UInt64)((X) * 1024)
+#define kib_cast(X) (UInt64)((X) *1024)
#endif
#ifndef MIB