X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpostgresql.c;h=3a388a5a3e449ba16e4fbf9594754b393fa27239;hb=1c5e82a7eefdbcce608951fa5a00c5c5a43a41e6;hp=2af898863edc1ea4b5cde8675fe5ce1c8d6e9f90;hpb=11c8a760c2d354b2f4637bdb297efb253bfaa519;p=collectd.git 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 : */