summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/SystemKit/System.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-30 16:48:00 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-30 16:48:00 +0200
commitbaaa09cefe3ed0f2bbf9d93e07d55e60a04ca17f (patch)
tree45ef9414c87c32eb84b563441a416ca3906fd7c1 /dev/libSystem/SystemKit/System.h
parent86b89793dcaf290206faeb7fe3100dd0a5f71d1d (diff)
refactor: Format codebase and fix warning in UserProcessScheduler.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/SystemKit/System.h')
-rw-r--r--dev/libSystem/SystemKit/System.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/libSystem/SystemKit/System.h b/dev/libSystem/SystemKit/System.h
index b3d10e32..91899efe 100644
--- a/dev/libSystem/SystemKit/System.h
+++ b/dev/libSystem/SystemKit/System.h
@@ -17,8 +17,8 @@ Purpose: System Call Interface.
// ------------------------------------------------------------------------------------------ //
struct REF_TYPE {
- UInt64 __hash; /// @brief Hash of the syscall
- VoidPtr __self; /// @brief Syscall self value.
+ UInt64 __hash; /// @brief Hash of the syscall
+ VoidPtr __self; /// @brief Syscall self value.
};
typedef REF_TYPE* Ref;