aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-16 09:14:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-16 09:14:56 +0200
commit26132842da462e44c397bda0941bcb9bf5e1c942 (patch)
treee0de88235431b93f416a521bd00b7452ba73190f
parent6c76e94d03436fcd7b3ddd8fd0b512fc8e8c5aae (diff)
downloadgnunet-26132842da462e44c397bda0941bcb9bf5e1c942.tar.gz
gnunet-26132842da462e44c397bda0941bcb9bf5e1c942.zip
-fix indent
-rw-r--r--src/include/gnunet_container_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index c8930746d..3eb80595c 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -2608,7 +2608,8 @@ GNUNET_CONTAINER_heap_node_get_cost (
2608 * @return #GNUNET_YES if we should continue to iterate, 2608 * @return #GNUNET_YES if we should continue to iterate,
2609 * #GNUNET_NO if not. 2609 * #GNUNET_NO if not.
2610 */ 2610 */
2611typedef int (*GNUNET_CONTAINER_HeapIterator) ( 2611typedef int
2612(*GNUNET_CONTAINER_HeapIterator) (
2612 void *cls, 2613 void *cls,
2613 struct GNUNET_CONTAINER_HeapNode *node, 2614 struct GNUNET_CONTAINER_HeapNode *node,
2614 void *element, 2615 void *element,