Treewide: remove vim modelines from C code files
[collectd.git] / src / utils_match.c
index 2e487b5..e2f2980 100644 (file)
@@ -368,5 +368,3 @@ void *match_get_user_data(cu_match_t *obj) {
     return (NULL);
   return (obj->user_data);
 } /* void *match_get_user_data */
-
-/* vim: set sw=2 sts=2 ts=8 : */