summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-07 14:36:06 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-07 14:36:06 +0100
commit6d6a9dac39bd6c24a7d527186aaa2a1eec2d8c36 (patch)
tree882add26e7cf85e228aae945192be7382b066728 /src/exchange
parent448a8be76d41e97222711b83de777e1b332a3964 (diff)
downloadexchange-6d6a9dac39bd6c24a7d527186aaa2a1eec2d8c36.tar.gz
exchange-6d6a9dac39bd6c24a7d527186aaa2a1eec2d8c36.tar.bz2
exchange-6d6a9dac39bd6c24a7d527186aaa2a1eec2d8c36.zip
indentation
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_tracking.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_tracking.c b/src/exchange/taler-exchange-httpd_tracking.c
index f4d106628..1c7c24557 100644
--- a/src/exchange/taler-exchange-httpd_tracking.c
+++ b/src/exchange/taler-exchange-httpd_tracking.c
@@ -91,11 +91,11 @@ check_and_handle_track_transaction_request (struct MHD_Connection *connection,
"merchant_sig");
}
return TEH_DB_execute_track_transaction (connection,
- &tps->h_contract,
- &tps->h_wire,
- &tps->coin_pub,
- merchant_pub,
- transaction_id);
+ &tps->h_contract,
+ &tps->h_wire,
+ &tps->coin_pub,
+ merchant_pub,
+ transaction_id);
}