curl_json plugin: Work around a limitation in EPEL6's GCC.
[collectd.git] / src / write_prometheus.c
index de1c389..14d78bb 100644 (file)
@@ -875,5 +875,3 @@ void module_register() {
                           /* user data = */ NULL);
   plugin_register_shutdown("write_prometheus", prom_shutdown);
 }
-
-/* vim: set sw=2 sts=2 et fdm=marker : */