gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -indentation


From: gnunet
Subject: [gnunet] branch master updated: -indentation
Date: Tue, 18 Aug 2020 14:50:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 48fdab918 -indentation
48fdab918 is described below

commit 48fdab91834c4649048d371d6b454e9b03b9fa50
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 18 14:44:37 2020 +0200

    -indentation
---
 src/setu/gnunet-service-setu.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index d889c1889..166522afa 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -561,7 +561,7 @@ op_get_element (struct Operation *op,
   ibf_key = get_ibf_key (element_hash);
   ret = GNUNET_CONTAINER_multihashmap32_get_multiple 
(op->state->key_to_element,
                                                       (uint32_t) 
ibf_key.key_val,
-                                                      op_get_element_iterator,
+                                                      &op_get_element_iterator,
                                                       &ctx);
 
   /* was the iteration aborted because we found the element? */
@@ -1649,7 +1649,8 @@ handle_union_p2p_elements (void *cls,
 
   op->state->received_total++;
 
-  ke = op_get_element (op, &ee->element_hash);
+  ke = op_get_element (op,
+                       &ee->element_hash);
   if (NULL != ke)
   {
     /* Got repeated element.  Should not happen since
@@ -1745,7 +1746,8 @@ handle_union_p2p_full_element (void *cls,
 
   op->state->received_total++;
 
-  ke = op_get_element (op, &ee->element_hash);
+  ke = op_get_element (op,
+                       &ee->element_hash);
   if (NULL != ke)
   {
     /* Got repeated element.  Should not happen since
@@ -1818,8 +1820,7 @@ check_union_p2p_inquiry (void *cls,
 
 
 /**
- * Send offers (for GNUNET_Hash-es) in response
- * to inquiries (for IBF_Key-s).
+ * Send offers (for GNUNET_Hash-es) in response to inquiries (for IBF_Key-s).
  *
  * @param cls the union operation
  * @param msg the message
@@ -1853,8 +1854,8 @@ handle_union_p2p_inquiry (void *cls,
 
 
 /**
- * Iterator over hash map entries, called to
- * destroy the linked list of colliding ibf key entries.
+ * Iterator over hash map entries, called to destroy the linked list of
+ * colliding ibf key entries.
  *
  * @param cls closure
  * @param key current key code

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]