summaryrefslogtreecommitdiff
path: root/sysdeps/common/default.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:52:00 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-11-06 09:52:00 -0600
commit30bf8d04183c26ca48c6cd4efe4c24058a082783 (patch)
treea2d4e2598e52ba8863182d76515caaed1dce65ab /sysdeps/common/default.c
parentea08151ae6582a438db76b738293a0194c964b88 (diff)
downloadlibgtop-30bf8d04183c26ca48c6cd4efe4c24058a082783.tar.gz
Revert "Handle LVM and RAID"
This reverts commit 9cbb3b91f11ad0c4944a1428d609201c054cffab.
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 653a4f5a..c20f2938 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);
}