X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fpostgresql.c;h=3a388a5a3e449ba16e4fbf9594754b393fa27239;hp=2af898863edc1ea4b5cde8675fe5ce1c8d6e9f90;hb=c7c89cc9618ef25cc9b0861ac2782cb1a5d6782d;hpb=865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7 diff --git a/src/postgresql.c b/src/postgresql.c index 2af89886..3a388a5a 100644 --- a/src/postgresql.c +++ b/src/postgresql.c @@ -1265,5 +1265,3 @@ void module_register(void) { plugin_register_complex_config("postgresql", c_psql_config); plugin_register_shutdown("postgresql", c_psql_shutdown); } /* module_register */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */