gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/05: indent


From: gnunet
Subject: [taler-anastasis] 01/05: indent
Date: Mon, 23 Nov 2020 13:47:30 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit edb7bdc8b5366c09991bb27e555e74b58f69c3f5
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Fri Nov 20 16:02:46 2020 +0100

    indent
---
 src/backend/anastasis-httpd_truth.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/backend/anastasis-httpd_truth.c 
b/src/backend/anastasis-httpd_truth.c
index a281e50..334e2d2 100644
--- a/src/backend/anastasis-httpd_truth.c
+++ b/src/backend/anastasis-httpd_truth.c
@@ -44,63 +44,78 @@ struct GetContext
    * Kept in DLL for shutdown handling while suspended.
    */
   struct GetContext *next;
+
   /**
    * Kept in DLL for shutdown handling while suspended.
    */
   struct GetContext *prev;
+
   /**
    * Connection handle for closing or resuming
    */
   struct MHD_Connection *connection;
+
   /**
    * Reference to the authorization plugin which was loaded
    */
   struct ANASTASIS_AuthorizationPlugin *authorization;
+
   /**
    * Status of the authorization
    */
   struct ANASTASIS_AUTHORIZATION_State *as;
+
   /**
    * Public key of the challenge which is solved.
    */
   struct ANASTASIS_CRYPTO_TruthPublicKeyP truth_public_key;
+
   /**
    * Used while we are awaiting proposal creation.
    */
   struct TALER_MERCHANT_PostOrdersHandle *po;
+
   /**
    * Used while we are waiting payment.
    */
   struct TALER_MERCHANT_OrderMerchantGetHandle *cpo;
+
   /**
    * HTTP response code to use on resume, if non-NULL.
    */
   struct MHD_Response *resp;
+
   /**
    * Order under which the client promised payment, or NULL.
    */
   const char *order_id;
+
   /**
    * Order ID for the client that we found in our database.
    */
   char *existing_order_id;
+
   /**
    * Timestamp of the order in @e existing_order_id. Used to
    * select the most recent unpaid offer.
    */
   struct GNUNET_TIME_Absolute existing_order_timestamp;
+
   /**
    * Payment Identifier
    */
   struct ANASTASIS_PaymentSecretP payment_identifier;
+
   /**
    * HTTP response code to use on resume, if resp is set.
    */
   unsigned int response_code;
+
   /**
    * Whether to generate a claim token.
    */
   bool make_claim_token;
+
   /**
    * The claim token
    */
@@ -110,6 +125,7 @@ struct GetContext
    * true if client provided a payment secret / order ID?
    */
   bool payment_identifier_provided;
+
   /**
    * true if client provided a payment secret / order ID?
    */

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