about summary refs log tree commit diff
path: root/shared/systemd/src/basic/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/systemd/src/basic/hashmap.h')
-rw-r--r--shared/systemd/src/basic/hashmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/systemd/src/basic/hashmap.h b/shared/systemd/src/basic/hashmap.h
index 5bf807a7..e16a9f9e 100644
--- a/shared/systemd/src/basic/hashmap.h
+++ b/shared/systemd/src/basic/hashmap.h
@@ -326,7 +326,6 @@ static inline void *ordered_hashmap_first_key_and_value(OrderedHashmap *h, void
         return internal_hashmap_first_key_and_value(HASHMAP_BASE(h), false, ret);
 }
 
-
 static inline void *hashmap_steal_first(Hashmap *h) {
         return internal_hashmap_first_key_and_value(HASHMAP_BASE(h), true, NULL);
 }