summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-23 12:22:02 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit6aa9ef2726e42c4ae062b55be4d5cc015767d997 (patch)
treed5bd033946b404fa99b70b0b1c560725cef302bf /Process.h
parenta98fc47ffe67e88b1a83f94382795b8787a9bfe8 (diff)
Fix code style
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Process.h b/Process.h
index 92908155..0c3562ac 100644
--- a/Process.h
+++ b/Process.h
@@ -253,11 +253,11 @@ static inline pid_t Process_getThreadGroup(const Process* this) {
}
static inline void Process_setParent(Process* this, pid_t pid) {
- this->super.parent = pid;
+ this->super.parent = pid;
}
static inline pid_t Process_getParent(const Process* this) {
- return (pid_t)this->super.parent;
+ return (pid_t)this->super.parent;
}
static inline pid_t Process_getGroupOrParent(const Process* this) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy