mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
fix indent
This commit is contained in:
parent
f752c6e2d1
commit
4fb82e301d
@ -349,7 +349,7 @@ void ProcessList_scan(ProcessList* this, bool pauseProcessUpdate) {
|
|||||||
if (p->tombTs > 0) {
|
if (p->tombTs > 0) {
|
||||||
// remove tombed process
|
// remove tombed process
|
||||||
if (this->scanTs >= p->tombTs) {
|
if (this->scanTs >= p->tombTs) {
|
||||||
ProcessList_remove(this, p);
|
ProcessList_remove(this, p);
|
||||||
}
|
}
|
||||||
} else if (p->updated == false) {
|
} else if (p->updated == false) {
|
||||||
// process no longer exists
|
// process no longer exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user