format
authorChristian Grothoff <christian@grothoff.org>
Sun, 14 Nov 2010 13:48:49 +0000 (13:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 14 Nov 2010 13:48:49 +0000 (13:48 +0000)
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];