mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Whitespace around operators
This commit is contained in:
@ -182,8 +182,8 @@ static void NetBSDProcessList_updateProcessName(kvm_t* kd, const struct kinfo_pr
|
||||
end = MINIMUM(n, len - 1);
|
||||
/* check if cmdline ended earlier, e.g 'kdeinit5: Running...' */
|
||||
for (int j = end; j > 0; j--) {
|
||||
if (arg[0][j] == ' ' && arg[0][j-1] != '\\') {
|
||||
end = (arg[0][j-1] == ':') ? (j-1) : j;
|
||||
if (arg[0][j] == ' ' && arg[0][j - 1] != '\\') {
|
||||
end = (arg[0][j - 1] == ':') ? (j - 1) : j;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user