summaryrefslogtreecommitdiff
path: root/sysdeps/common/default.c
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2020-05-26 10:57:48 +0800
committerRobert Roth <robert.roth.off@gmail.com>2020-11-04 13:38:03 +0000
commit9cbb3b91f11ad0c4944a1428d609201c054cffab (patch)
tree2456ecc117edf25ce43fecf625946a40e72007f6 /sysdeps/common/default.c
parent9e62440b314fbf87bbeca865a4223311314c52a3 (diff)
downloadlibgtop-9cbb3b91f11ad0c4944a1428d609201c054cffab.tar.gz
Handle LVM and RAID
Diffstat (limited to 'sysdeps/common/default.c')
-rw-r--r--sysdeps/common/default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/common/default.c b/sysdeps/common/default.c
index c20f2938..653a4f5a 100644
--- a/sysdeps/common/default.c
+++ b/sysdeps/common/default.c
@@ -72,9 +72,9 @@ glibtop_get_cpu(glibtop_cpu *buf)
*
*/
void
-glibtop_get_cpu(glibtop_cpu *buf)
+glibtop_get_cpu (glibtop_cpu *buf)
{
- glibtop_get_cpu_l(glibtop_global_server, buf);
+ glibtop_get_cpu_l (glibtop_global_server, buf);
}