aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-24 13:17:10 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-24 13:17:10 +0200
commit8b6d2aa959343267f61bd92f21f7efd17e047826 (patch)
tree67dfecfc8ab2f3c3f1a66a99015d70b1fd43a918 /src/util
parenta7d06945b117bf044cda8da2fc1b6d109519b0ab (diff)
downloadgnunet-8b6d2aa959343267f61bd92f21f7efd17e047826.tar.gz
gnunet-8b6d2aa959343267f61bd92f21f7efd17e047826.zip
-style fixes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/container_multipeermap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/container_multipeermap.c b/src/util/container_multipeermap.c
index 94822881d..fa4d2210b 100644
--- a/src/util/container_multipeermap.c
+++ b/src/util/container_multipeermap.c
@@ -190,7 +190,8 @@ struct GNUNET_CONTAINER_MultiPeerMapIterator
190 * @return NULL on error 190 * @return NULL on error
191 */ 191 */
192struct GNUNET_CONTAINER_MultiPeerMap * 192struct GNUNET_CONTAINER_MultiPeerMap *
193GNUNET_CONTAINER_multipeermap_create (unsigned int len, int do_not_copy_keys) 193GNUNET_CONTAINER_multipeermap_create (unsigned int len,
194 int do_not_copy_keys)
194{ 195{
195 struct GNUNET_CONTAINER_MultiPeerMap *map; 196 struct GNUNET_CONTAINER_MultiPeerMap *map;
196 197