gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: uncrustify


From: gnunet
Subject: [gnunet] branch master updated: uncrustify
Date: Wed, 13 May 2020 18:10:35 +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 08db6f954 uncrustify
08db6f954 is described below

commit 08db6f95454f01abd27a96e9e331f299b518d3ab
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Wed May 13 18:05:32 2020 +0200

    uncrustify
---
 src/reclaim/json_reclaim.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/reclaim/json_reclaim.c b/src/reclaim/json_reclaim.c
index 353303187..d52d15ed4 100644
--- a/src/reclaim/json_reclaim.c
+++ b/src/reclaim/json_reclaim.c
@@ -24,9 +24,7 @@
  * @author Martin Schanzenbach
  */
 #include "platform.h"
-
 #include "gnunet_util_lib.h"
-
 #include "gnunet_json_lib.h"
 #include "gnunet_reclaim_lib.h"
 #include "gnunet_reclaim_service.h"
@@ -99,7 +97,7 @@ parse_attr (void *cls, json_t *root, struct 
GNUNET_JSON_Specification *spec)
                                        type, data, data_size);
   if ((NULL != attest_str) && (0 != strlen (attest_str)))
   {
-     GNUNET_STRINGS_string_to_data (attest_str,
+    GNUNET_STRINGS_string_to_data (attest_str,
                                    strlen (attest_str),
                                    &attr->attestation,
                                    sizeof(attr->attestation));
@@ -279,6 +277,7 @@ GNUNET_RECLAIM_JSON_spec_ticket (struct 
GNUNET_RECLAIM_Ticket **ticket)
   return ret;
 }
 
+
 /**
    * Parse given JSON object to an attestation claim
    *
@@ -349,6 +348,7 @@ parse_attest (void *cls, json_t *root, struct 
GNUNET_JSON_Specification *spec)
   return GNUNET_OK;
 }
 
+
 /**
  * Cleanup data left from parsing RSA public key.
  *
@@ -367,6 +367,8 @@ clean_attest (void *cls, struct GNUNET_JSON_Specification 
*spec)
     *attr = NULL;
   }
 }
+
+
 /**
  * JSON Specification for Reclaim attestation claims.
  *
@@ -388,4 +390,3 @@ GNUNET_RECLAIM_JSON_spec_claim_attest (struct
   *attr = NULL;
   return ret;
 }
-

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



reply via email to

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