aboutsummaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd.c1
-rw-r--r--src/exchange/taler-exchange-httpd_batch-deposit.c6
-rw-r--r--src/exchange/taler-exchange-httpd_extensions.c2
3 files changed, 6 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 1cbaee96..d7b59cc9 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1041,6 +1041,7 @@ handle_post_auditors (struct TEH_RequestContext *rc,
root);
}
+
/**
* Handle incoming HTTP request.
*
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c
index 14267e2a..6393ff97 100644
--- a/src/exchange/taler-exchange-httpd_batch-deposit.c
+++ b/src/exchange/taler-exchange-httpd_batch-deposit.c
@@ -272,8 +272,10 @@ batch_deposit_transaction (void *cls,
qs = TEH_plugin->persist_policy_details (TEH_plugin->cls,
&dc->policy_details,
&dc->policy_details_serial_id,
- &dc->policy_details.accumulated_total,
- &dc->policy_details.fulfillment_state);
+ &dc->policy_details.
+ accumulated_total,
+ &dc->policy_details.
+ fulfillment_state);
if (qs < 0)
return qs;
}
diff --git a/src/exchange/taler-exchange-httpd_extensions.c b/src/exchange/taler-exchange-httpd_extensions.c
index 8e8f0e01..2b6e703c 100644
--- a/src/exchange/taler-exchange-httpd_extensions.c
+++ b/src/exchange/taler-exchange-httpd_extensions.c
@@ -373,7 +373,7 @@ TEH_extensions_post_handler (
.proof = root,
.timestamp = GNUNET_TIME_timestamp_get (),
.details = policy_details,
- .details_count = policy_details_count
+ .details_count = policy_details_count
};
if (GNUNET_OK !=