gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: syntax


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: syntax
Date: Thu, 09 Aug 2018 16:10:58 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8bab004ac syntax
8bab004ac is described below

commit 8bab004ac3e562f24c4167b59dde287abd6496d4
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Aug 9 16:10:56 2018 +0200

    syntax
---
 src/reclaim/gnunet-reclaim.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/reclaim/gnunet-reclaim.c b/src/reclaim/gnunet-reclaim.c
index 02138cfff..5aec0cb9a 100644
--- a/src/reclaim/gnunet-reclaim.c
+++ b/src/reclaim/gnunet-reclaim.c
@@ -312,7 +312,9 @@ iter_finished (void *cls)
       claim->type = type;
       claim->data = data;
       claim->data_size = data_size;
-    } else {
+    }
+    else
+    {
       claim = GNUNET_RECLAIM_ATTRIBUTE_claim_new (attr_name,
                                                   type,
                                                   data,
@@ -371,7 +373,9 @@ iter_cb (void *cls,
       break;
     }
     GNUNET_free (attrs_tmp);
-  } else if (list) {
+  } 
+  else if (list)
+  {
     attr_str = GNUNET_RECLAIM_ATTRIBUTE_value_to_string (attr->type,
                                                          attr->data,
                                                          attr->data_size);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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