X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_log.c;h=5ecb1823f7bed41863cc7d53e27f994f5106fe9a;hb=e66358769e4af95c8c2e6266c9bbfb54e2c3e02b;hp=2d34b21bb996dd71696d6cfe888e7685171d9f77;hpb=e4504c3cc5582ab915903e1b4ba010545ffc8354;p=collectd.git diff --git a/src/write_log.c b/src/write_log.c index 2d34b21b..5ecb1823 100644 --- a/src/write_log.c +++ b/src/write_log.c @@ -136,5 +136,3 @@ void module_register(void) { /* If config is supplied, the global wl_format will be set. */ plugin_register_write("write_log", wl_write, NULL); } - -/* vim: set sw=4 ts=4 sts=4 tw=78 et : */