Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
slstatus.h: Fix coding style
[slstatus.git]
/
components
/
cpu.c
diff --git
a/components/cpu.c
b/components/cpu.c
index
3fadb36
..
cd5ebe4
100644
(file)
--- a/
components/cpu.c
+++ b/
components/cpu.c
@@
-1,5
+1,4
@@
/* See LICENSE file for copyright and license details. */
/* See LICENSE file for copyright and license details. */
-#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-20,7
+19,7
@@
return NULL;
}
return NULL;
}
- return fmt_human
_10(freq *
1000);
+ return fmt_human
(freq * 1000,
1000);
}
const char *
}
const char *
@@
-67,7
+66,7
@@
return NULL;
}
return NULL;
}
- return fmt_human
_10((size_t)freq * 1000 *
1000);
+ return fmt_human
((size_t)freq * 1000 * 1000,
1000);
}
const char *
}
const char *