summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:15:09 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit458749df45a24abec1f9a820e4172a08ccfba3b1 (patch)
treede48ef3f0c15e6f748e99868f1f8c4d340a0296c /Process.c
parente7f8d7bcc954e965143331ec3f2353c03959acc6 (diff)
Code indentation
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/Process.c b/Process.c
index b93759bf..8ecb6347 100644
--- a/Process.c
+++ b/Process.c
@@ -405,13 +405,13 @@ void Process_makeCommandStr(Process *this) {
/* this->mergedCommand.str needs updating only if its state or contents changed.
* Its content is based on the fields cmdline, comm, and exe. */
if (
- mc->prevMergeSet == showMergedCommand &&
- mc->prevPathSet == showProgramPath &&
- mc->prevCommSet == searchCommInCmdline &&
- mc->prevCmdlineSet == stripExeFromCmdline &&
- !mc->cmdlineChanged &&
- !mc->commChanged &&
- !mc->exeChanged
+ mc->prevMergeSet == showMergedCommand &&
+ mc->prevPathSet == showProgramPath &&
+ mc->prevCommSet == searchCommInCmdline &&
+ mc->prevCmdlineSet == stripExeFromCmdline &&
+ !mc->cmdlineChanged &&
+ !mc->commChanged &&
+ !mc->exeChanged
) {
return;
}
@@ -992,7 +992,7 @@ bool Process_isNew(const Process* this) {
}
bool Process_isTomb(const Process* this) {
- return this->tombStampMs > 0;
+ return this->tombStampMs > 0;
}
bool Process_setPriority(Process* this, int priority) {

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