From 35be326f61d8cedbd506ed78463fb182a245bc25 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 30 Mar 2020 10:01:24 +0200 Subject: Delete trailing whitespace --- libvirt-blkstat | 4 ++-- libvirt-cputime | 2 +- libvirt-ifstat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libvirt-blkstat b/libvirt-blkstat index efe093a..fc32c9d 100644 --- a/libvirt-blkstat +++ b/libvirt-blkstat @@ -2,7 +2,7 @@ # vim: set fileencoding=utf-8 : # # Munin plugin to show the I/O load of libvirt managed virtual machines -# +# # Copyright 2008 Guido Guenther # # Licesnse: GPLv2 @@ -75,7 +75,7 @@ def get_disks(dom): if doc != None: doc.freeDoc() return disks - + def fetch_values(uri): conn = libvirt.openReadOnly(uri) ids = conn.listDomainsID() diff --git a/libvirt-cputime b/libvirt-cputime index 1b7d43e..d9f9e1b 100644 --- a/libvirt-cputime +++ b/libvirt-cputime @@ -3,7 +3,7 @@ # # Munin plugin to show the percent of cputime of libvirt managed virtual # machines -# +# # Copyright 2008 Guido Guenther # # License: GPLv2 diff --git a/libvirt-ifstat b/libvirt-ifstat index 755cf9c..c9ff082 100644 --- a/libvirt-ifstat +++ b/libvirt-ifstat @@ -2,7 +2,7 @@ # vim: set fileencoding=utf-8 : # # Munin plugin to show the network traffic of libvirt managed virtual machines -# +# # Copyright 2008 Guido Guenther # # License GPLv2 @@ -75,7 +75,7 @@ def get_ifaces(dom): if doc != None: doc.freeDoc() return ifaces - + def fetch_values(uri): conn = libvirt.openReadOnly(uri) ids = conn.listDomainsID() -- cgit v1.2.3