mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-23 22:55:46 +00:00
Proper label indentation
This commit is contained in:
parent
279140db21
commit
df435931b6
@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||
*fifteen = scanFifteen;
|
||||
return;
|
||||
|
||||
err:
|
||||
err:
|
||||
*one = NAN;
|
||||
*five = NAN;
|
||||
*fifteen = NAN;
|
||||
|
Loading…
Reference in New Issue
Block a user