X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnotify_email.c;h=aaa165abdef9b0998ef7211d04b4f125df7af14c;hb=2b4445ea9b4b978468d75864f98e8137ba628dec;hp=f42e66c648dbafa9932cb7ee0196e0c7f34fa1ce;hpb=d3be3ed7cb69be4a9a256449d4885d4a55399de0;p=collectd.git diff --git a/src/notify_email.c b/src/notify_email.c index f42e66c6..aaa165ab 100644 --- a/src/notify_email.c +++ b/src/notify_email.c @@ -290,5 +290,3 @@ void module_register(void) { plugin_register_notification("notify_email", notify_email_notification, /* user_data = */ NULL); } /* void module_register (void) */ - -/* vim: set sw=2 sts=2 ts=8 et : */