mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Whitespace around operators
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user