commit 6d6a9dac39bd6c24a7d527186aaa2a1eec2d8c36
parent 448a8be76d41e97222711b83de777e1b332a3964
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 7 Nov 2016 14:36:06 +0100
indentation
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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);
}