mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Fix misc styleguide issues and add missing header files
Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
This commit is contained in:

committed by
Nathan Scott

parent
b672e60886
commit
ba3a1df806
@ -166,7 +166,7 @@ bool PCPMetric_fetch(struct timeval* timestamp) {
|
||||
}
|
||||
int sts, count = 0;
|
||||
do {
|
||||
sts = pmFetch(pcp->totalMetrics, pcp->fetch, &pcp->result);
|
||||
sts = pmFetch(pcp->totalMetrics, pcp->fetch, &pcp->result);
|
||||
} while (sts == PM_ERR_IPC && ++count < 3);
|
||||
if (sts < 0) {
|
||||
if (pmDebugOptions.appl0)
|
||||
|
Reference in New Issue
Block a user