mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Proper label indentation
This commit is contained in:
@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||
*fifteen = scanFifteen;
|
||||
return;
|
||||
|
||||
err:
|
||||
err:
|
||||
*one = NAN;
|
||||
*five = NAN;
|
||||
*fifteen = NAN;
|
||||
|
Reference in New Issue
Block a user