aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-11 19:58:06 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-11 19:58:06 +0200
commitc668eace478a09a5e28908563f642f7762807df5 (patch)
treea7d3e1d8b05510d62c6d49b0c4d24524dbdea344 /src/exchange/taler-exchange-httpd_db.c
parent030b7716aef576fca17eb5f5f0b1f278678aa4d3 (diff)
-indentation, dox
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 1ba64b2a..dbd9ef59 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -2017,7 +2017,7 @@ handle_wtid_data (void *cls,
if (NULL == wtid)
{
ctx->res = TMH_RESPONSE_reply_transfer_pending (ctx->connection,
- execution_time);
+ execution_time);
}
else
{
@@ -2058,11 +2058,11 @@ handle_wtid_data (void *cls,
*/
int
TMH_DB_execute_track_transaction (struct MHD_Connection *connection,
- const struct GNUNET_HashCode *h_contract,
- const struct GNUNET_HashCode *h_wire,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
- const struct TALER_MerchantPublicKeyP *merchant_pub,
- uint64_t transaction_id)
+ const struct GNUNET_HashCode *h_contract,
+ const struct GNUNET_HashCode *h_wire,
+ const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ const struct TALER_MerchantPublicKeyP *merchant_pub,
+ uint64_t transaction_id)
{
int ret;
struct DepositWtidContext ctx;