summaryrefslogtreecommitdiffhomepage
path: root/src/libSystem
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 15:09:24 -0500
committerGitHub <noreply@github.com>2025-11-29 15:09:24 -0500
commit20d9401703bff7241645c9883828ad10beae6fa7 (patch)
treee446d471a0eaf4ed7ac67e878ce4fb02334a2acb /src/libSystem
parenta9019ecaaad76cb3569a6852dbc30c48c5436d1d (diff)
parentceabd82ac8e796249feacf39c836034ed5e11c6d (diff)
Merge pull request #91 from nekernel-org/dev
dev->stable
Diffstat (limited to 'src/libSystem')
-rw-r--r--src/libSystem/SystemKit/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h
index aac2bf1b..b30db701 100644
--- a/src/libSystem/SystemKit/Macros.h
+++ b/src/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