Treewide: remove vim modelines from C code files
[collectd.git] / src / libcollectdclient / client.c
index f61e967..a8f5d0d 100644 (file)
@@ -1021,5 +1021,3 @@ int lcc_sort_identifiers(lcc_connection_t *c, /* {{{ */
   qsort(idents, idents_num, sizeof(*idents), lcc_identifier_compare);
   return (0);
 } /* }}} int lcc_sort_identifiers */
-
-/* vim: set sw=2 sts=2 et fdm=marker : */