gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: indentation


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: indentation
Date: Thu, 02 Nov 2017 17:22:25 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9236f3a  indentation
9236f3a is described below

commit 9236f3aaa085086f93f2b5987b737300e37fbd88
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 2 17:22:23 2017 +0100

    indentation
---
 src/exchange/taler-exchange-httpd_admin.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_admin.c 
b/src/exchange/taler-exchange-httpd_admin.c
index 83bfedf..f65b9c3 100644
--- a/src/exchange/taler-exchange-httpd_admin.c
+++ b/src/exchange/taler-exchange-httpd_admin.c
@@ -64,10 +64,10 @@ struct AddIncomingContext
 };
 
 
-/** 
+/**
  * Add an incoming transaction to the database.  Checks if the
- * transaction is fresh (not a duplicate) and if so adds it to
- * the database.
+ * transaction is fresh (not a duplicate) and if so adds it to the
+ * database.
  *
  * If it returns a non-error code, the transaction logic MUST
  * NOT queue a MHD response.  IF it returns an hard error, the
@@ -109,7 +109,7 @@ admin_add_incoming_transaction (void *cls,
                                            json_str,
                                            strlen (json_str));
   free (json_str);
-  
+
   if (GNUNET_DB_STATUS_HARD_ERROR == aic->qs)
   {
     GNUNET_break (0);

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



reply via email to

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