aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 21:39:24 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 21:39:24 +0000
commit21d30199ab44f4aed55fcfed4cb3d8212107fca6 (patch)
tree85ee235d533470a5168cfa6ef894d27731eb98d7
parent1b261801ffa1b42c1482c75400772d586b39e5ce (diff)
downloadgnunet-21d30199ab44f4aed55fcfed4cb3d8212107fca6.tar.gz
gnunet-21d30199ab44f4aed55fcfed4cb3d8212107fca6.zip
-fix indent
-rw-r--r--src/include/gnunet_container_lib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 1aa3ad00e..d377bb016 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -831,9 +831,8 @@ GNUNET_CONTAINER_multihashmap_iterator_destroy (struct GNUNET_CONTAINER_MultiHas
831 * #GNUNET_SYSERR if it aborted iteration 831 * #GNUNET_SYSERR if it aborted iteration
832 */ 832 */
833int 833int
834GNUNET_CONTAINER_multihashmap_get_multiple (const struct 834GNUNET_CONTAINER_multihashmap_get_multiple (const struct GNUNET_CONTAINER_MultiHashMap *map,
835 GNUNET_CONTAINER_MultiHashMap *map, 835 const struct GNUNET_HashCode *key,
836 const struct GNUNET_HashCode * key,
837 GNUNET_CONTAINER_HashMapIterator it, 836 GNUNET_CONTAINER_HashMapIterator it,
838 void *it_cls); 837 void *it_cls);
839 838