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:05:13 +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 6707d15ba uncrustify
     new 151a0ae35 Merge branch 'master' of ssh://gnunet.org/gnunet
6707d15ba is described below

commit 6707d15ba0232c1ff3485f5ccb3f3c26a77feba7
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Wed May 13 17:59:56 2020 +0200

    uncrustify
---
 src/revocation/gnunet-service-revocation.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/revocation/gnunet-service-revocation.c 
b/src/revocation/gnunet-service-revocation.c
index 3c08e8452..81a30748c 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -173,8 +173,9 @@ static int
 verify_revoke_message (const struct RevokeMessage *rm)
 {
   if (GNUNET_YES != GNUNET_REVOCATION_check_pow (&rm->proof_of_work,
-                                   (unsigned int) revocation_work_required,
-                                   epoch_duration))
+                                                 (unsigned
+                                                  int) 
revocation_work_required,
+                                                 epoch_duration))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Proof of work invalid!\n");
@@ -845,9 +846,9 @@ run (void *cls,
   }
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (cfg,
-                                             "REVOCATION",
-                                             "EPOCH_DURATION",
-                                             &epoch_duration))
+                                           "REVOCATION",
+                                           "EPOCH_DURATION",
+                                           &epoch_duration))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "REVOCATION",

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



reply via email to

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