aboutsummaryrefslogtreecommitdiff
path: root/libvirt-ifstat
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt-ifstat')
-rw-r--r--libvirt-ifstat4
1 files changed, 2 insertions, 2 deletions
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 <agx@sigxcpu.org>
#
# 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()