Whitespace around operators

This commit is contained in:
Benny Baumann
2021-07-14 19:18:27 +02:00
committed by BenBE
parent 458749df45
commit 0d85af2872
12 changed files with 34 additions and 34 deletions

View File

@ -280,7 +280,7 @@ static void PCPProcessList_updateCmdline(Process* process, int pid, int offset,
} else {
++command;
--length;
if (command[length-1] == ')')
if (command[length - 1] == ')')
command[--length] = '\0';
process->isKernelThread = true;
}