indentation

This commit is contained in:
Christian Grothoff 2016-11-07 14:36:06 +01:00
parent 448a8be76d
commit 6d6a9dac39
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);
}