Merge pull request #3329 from efuss/fix-3311
[collectd.git] / src / daemon / utils_threshold.h
index 585ad12..cefc6e2 100644 (file)
@@ -61,5 +61,3 @@ threshold_t *threshold_search(const value_list_t *vl);
 int ut_search_threshold(const value_list_t *vl, threshold_t *ret_threshold);
 
 #endif /* UTILS_THRESHOLD_H */
-
-/* vim: set sw=2 sts=2 ts=8 : */