X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=4870107cd2758be22e6ac467dbcd653eff24d755;hb=9717b1a55d60d992c16e66e2ae5bdfb42f80aca8;hp=cd07023f4e762cf4c5945c902ebb4cec76ce02a5;hpb=d3be3ed7cb69be4a9a256449d4885d4a55399de0;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index cd07023f..4870107c 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -1022,5 +1022,3 @@ void module_register(void) { plugin_register_complex_config("amqp", camqp_config); plugin_register_shutdown("amqp", camqp_shutdown); } /* void module_register */ - -/* vim: set sw=4 sts=4 et fdm=marker : */