From e225bf6dafda3428bf4224281b25da778a8d3749 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Nov 2010 13:48:49 +0000 Subject: format --- src/util/container_multihashmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c index 626638d55..b5f663e67 100644 --- a/src/util/container_multihashmap.c +++ b/src/util/container_multihashmap.c @@ -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]; -- cgit v1.2.3