Code

virt plugin: fix skipping inactive domains
[collectd.git] / src / unixsock.c
index f61360efe148103d04195aa69f4f6b4ee72360b7..b08c89f11d6812016d68ddba8f672ca8adba71fd 100644 (file)
@@ -429,5 +429,3 @@ void module_register(void) {
   plugin_register_init("unixsock", us_init);
   plugin_register_shutdown("unixsock", us_shutdown);
 } /* void module_register (void) */
-
-/* vim: set sw=4 ts=4 sts=4 tw=78 : */