chiark / gitweb /
Prep v231.2: Apply some minor style fixes
[elogind.git] / src / basic / hashmap.h
index a510272042fa7f214135fae4552fb0cb29a0cd14..0fda53e111bc81f7d80b4fb67f54c7c95adbd153 100644 (file)
@@ -327,10 +327,12 @@ static inline void *hashmap_first(Hashmap *h) {
 static inline void *ordered_hashmap_first(OrderedHashmap *h) {
         return internal_hashmap_first(HASHMAP_BASE(h));
 }
+
 #if 0 /// UNNEEDED by elogind
 /* no hashmap_next */
 void *ordered_hashmap_next(OrderedHashmap *h, const void *key);
 #endif // 0
+
 char **internal_hashmap_get_strv(HashmapBase *h);
 static inline char **hashmap_get_strv(Hashmap *h) {
         return internal_hashmap_get_strv(HASHMAP_BASE(h));