-indentation, dox

This commit is contained in:
Christian Grothoff 2016-06-11 19:58:06 +02:00
parent 030b7716ae
commit c668eace47
3 changed files with 8 additions and 8 deletions

View File

@ -2017,7 +2017,7 @@ handle_wtid_data (void *cls,
if (NULL == wtid) if (NULL == wtid)
{ {
ctx->res = TMH_RESPONSE_reply_transfer_pending (ctx->connection, ctx->res = TMH_RESPONSE_reply_transfer_pending (ctx->connection,
execution_time); execution_time);
} }
else else
{ {
@ -2058,11 +2058,11 @@ handle_wtid_data (void *cls,
*/ */
int int
TMH_DB_execute_track_transaction (struct MHD_Connection *connection, TMH_DB_execute_track_transaction (struct MHD_Connection *connection,
const struct GNUNET_HashCode *h_contract, const struct GNUNET_HashCode *h_contract,
const struct GNUNET_HashCode *h_wire, const struct GNUNET_HashCode *h_wire,
const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_MerchantPublicKeyP *merchant_pub, const struct TALER_MerchantPublicKeyP *merchant_pub,
uint64_t transaction_id) uint64_t transaction_id)
{ {
int ret; int ret;
struct DepositWtidContext ctx; struct DepositWtidContext ctx;

View File

@ -1176,7 +1176,7 @@ TMH_RESPONSE_reply_transaction_unknown (struct MHD_Connection *connection)
*/ */
int int
TMH_RESPONSE_reply_transfer_pending (struct MHD_Connection *connection, TMH_RESPONSE_reply_transfer_pending (struct MHD_Connection *connection,
struct GNUNET_TIME_Absolute planned_exec_time) struct GNUNET_TIME_Absolute planned_exec_time)
{ {
return TMH_RESPONSE_reply_json_pack (connection, return TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_ACCEPTED, MHD_HTTP_ACCEPTED,

View File

@ -3986,7 +3986,7 @@ postgres_wire_lookup_deposit_wtid (void *cls,
/* Check if transaction exists in deposits, so that we just /* Check if transaction exists in deposits, so that we just
do not have a WTID yet, if so, do call the CB with a NULL wtid do not have a WTID yet, if so, do call the CB with a NULL wtid
and return GNUNET_YES! */ and return #GNUNET_YES! */
{ {
struct GNUNET_PQ_QueryParam params2[] = { struct GNUNET_PQ_QueryParam params2[] = {
GNUNET_PQ_query_param_auto_from_type (coin_pub), GNUNET_PQ_query_param_auto_from_type (coin_pub),