summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-02 17:22:23 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-02 17:22:23 +0100
commit9236f3aaa085086f93f2b5987b737300e37fbd88 (patch)
treeeb3141639c27d80d407ce33927a7b2172c1c2ab0 /src
parentdb3c29711f0845010852ddc23e2f33786a585023 (diff)
downloadexchange-9236f3aaa085086f93f2b5987b737300e37fbd88.tar.gz
exchange-9236f3aaa085086f93f2b5987b737300e37fbd88.tar.bz2
exchange-9236f3aaa085086f93f2b5987b737300e37fbd88.zip
indentation
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_admin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_admin.c b/src/exchange/taler-exchange-httpd_admin.c
index 83bfedf8b..f65b9c38a 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);