Returns now GNUNET_SYSERR
[oweals/gnunet.git] / src / util / container_multihashmap.c
index 626638d556c25caf8da5508f3a7962b02d4ba474..b5f663e67b18b2e5935651f0307ba1cb114b48bf 100644 (file)
@@ -198,8 +198,7 @@ GNUNET_CONTAINER_multihashmap_iterate (const struct
   GNUNET_HashCode kc;
 
   count = 0;
-  GNUNET_assert(map!=NULL);
-
+  GNUNET_assert(map != NULL);
   for (i = 0; i < map->map_length; i++)
     {
       n = map->map[i];