gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/03: uncrustify


From: gnunet
Subject: [taler-exchange] 02/03: uncrustify
Date: Fri, 04 Feb 2022 19:50:52 +0100

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

gian-demarmels pushed a commit to branch master
in repository exchange.

commit 752c0aca43bb365e16af6e5f09b1e3707ac1b851
Author: Gian Demarmels <gian@demarmels.org>
AuthorDate: Fri Feb 4 19:50:21 2022 +0100

    uncrustify
---
 src/exchangedb/test_exchangedb.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 9aaf0d66..d09e38fd 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -535,6 +535,7 @@ handle_link_data_cb (void *cls,
   }
 }
 
+
 /**
  * Callback that should never be called.
  */
@@ -1479,7 +1480,7 @@ run (void *cls)
       // There is no difference between CS and RSA, just one should be used
       alg_values.cipher = TALER_DENOMINATION_RSA;
       RND_BLK (&coin_pub);
-      
+
       TALER_planchet_blinding_secret_create (&ps,
                                              &alg_values);
       GNUNET_assert (GNUNET_OK ==
@@ -1494,9 +1495,9 @@ run (void *cls)
                                                       &cbc.denom_pub_hash,
                                                       &cbc.h_coin_envelope));
       GNUNET_assert (GNUNET_OK ==
-                    TALER_denom_sign_blinded (&cbc.sig,
-                                              &dkp->priv,
-                                              &pd.blinded_planchet));
+                     TALER_denom_sign_blinded (&cbc.sig,
+                                               &dkp->priv,
+                                               &pd.blinded_planchet));
       TALER_blinded_planchet_free (&pd.blinded_planchet);
     }
   }
@@ -1751,8 +1752,10 @@ run (void *cls)
                                   ccoin->coin_ev_size);
 
       blinded_planchet.cipher = TALER_DENOMINATION_RSA;
-      blinded_planchet.details.rsa_blinded_planchet.blinded_msg 
=ccoin->coin_ev;
-      blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size 
=ccoin->coin_ev_size;
+      blinded_planchet.details.rsa_blinded_planchet.blinded_msg =
+        ccoin->coin_ev;
+      blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size =
+        ccoin->coin_ev_size;
 
       TALER_denom_pub_hash (&new_dkp[cnt]->pub,
                             &ccoin->h_denom_pub);

-- 
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]