X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.c;h=c8fc15a14866c9982b9ba3b6f9000b959545a2cb;hb=295947714f23935be771c98f1071564d5567d33a;hp=c89f1ed18fa9c82ea9bb3931f3a56ef977324d47;hpb=797ed5e5bee9ee89361f12e447ffc6ceb6ef79d2;p=collectd.git diff --git a/src/daemon/plugin.c b/src/daemon/plugin.c index c89f1ed1..c8fc15a1 100644 --- a/src/daemon/plugin.c +++ b/src/daemon/plugin.c @@ -2578,5 +2578,3 @@ int plugin_thread_create(pthread_t *thread, const pthread_attr_t *attr, return 0; } /* int plugin_thread_create */ - -/* vim: set sw=8 ts=8 noet fdm=marker : */