Code

ovs_events: Address PR comments
[collectd.git] / src / utils_fbhash.h
index 79e9c00f4ec07350e04f8a05d4b6395d75134522..fcd6e925d86d127576327a8b92917183917dd99f 100644 (file)
@@ -48,5 +48,3 @@ void fbh_destroy(fbhash_t *h);
 char *fbh_get(fbhash_t *h, const char *key);
 
 #endif /* UTILS_FBHASH_H */
-
-/* vim: set sw=2 sts=2 et fdm=marker : */