Code

utils_cmd_flush.c: fix another build warning
[collectd.git] / src / threshold.c
index 743db28d4cf43a9f3087ff8ac874add2661d28be..a4a999f571ee899c056df0ef0396b4619deece54 100644 (file)
@@ -834,5 +834,3 @@ static int ut_config(oconfig_item_t *ci) { /* {{{ */
 void module_register(void) {
   plugin_register_complex_config("threshold", ut_config);
 }
-
-/* vim: set sw=2 ts=8 sts=2 tw=78 et fdm=marker : */