summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/KernelKit
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-10-24 21:32:37 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-10-24 21:32:37 +0200
commit73f81de724f19aa875e4da7aa9e55166b199633f (patch)
tree4c997e5ecc81ab449d22bfa07fa0dd39198acfae /dev/zka/KernelKit
parent95b801834cc6685383e037d024ce3227bdb3e83b (diff)
CMD: ran format command.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/zka/KernelKit')
-rw-r--r--dev/zka/KernelKit/UserProcessScheduler.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/zka/KernelKit/UserProcessScheduler.h b/dev/zka/KernelKit/UserProcessScheduler.h
index b2300ddf..6fab416f 100644
--- a/dev/zka/KernelKit/UserProcessScheduler.h
+++ b/dev/zka/KernelKit/UserProcessScheduler.h
@@ -99,7 +99,7 @@ namespace Kernel
// end of operator overloading.
- enum class ProcessSubsystem: Int32
+ enum class ProcessSubsystem : Int32
{
kProcessSubsystemSecurity = 100,
kProcessSubsystemApplication,
@@ -109,8 +109,8 @@ namespace Kernel
kProcessSubsystemCount = 4,
};
- using ProcessTime = UInt64;
- using PID = Int64;
+ using ProcessTime = UInt64;
+ using PID = Int64;
// for permission manager, tells where we run the code.
enum class ProcessLevelRing : Int32
@@ -291,7 +291,6 @@ namespace Kernel
private:
UserProcessTeam mTeam;
-
};
/*