X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_log.c;h=5ecb1823f7bed41863cc7d53e27f994f5106fe9a;hb=c88c2de1c9cd6795b30c34990a565d18b69221e7;hp=2d34b21bb996dd71696d6cfe888e7685171d9f77;hpb=51d29979b01ae0316597898f0e25d4bab7fd7d81;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 : */