summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c')
-rw-r--r--src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c b/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c
index 99bfd48ed..346058f96 100644
--- a/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c
+++ b/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-put.c
@@ -1,5 +1,3 @@
-
-
/*
This file is part of TALER
Copyright (C) 2024 Taler Systems SA
@@ -17,7 +15,6 @@
*/
-
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>
#include <gnunet/gnunet_json_lib.h>
@@ -58,7 +55,7 @@ process_inconsistency (
/* execute transaction */
qs = TAH_plugin->insert_misattribution_in_inconsistency (TAH_plugin->cls,
- dc);
+ dc);
if (0 > qs)
{
GNUNET_break (GNUNET_DB_STATUS_HARD_ERROR == qs);
@@ -91,10 +88,10 @@ TAH_MISATTRIBUTION_IN_INCONSISTENCY_handler_put (
struct GNUNET_JSON_Specification spec[] = {
-TALER_JSON_spec_amount("amount", TAH_currency, &dc.amount),
-GNUNET_JSON_spec_int64("bank_row", &dc.bank_row),
-GNUNET_JSON_spec_fixed_auto("reserve_pub", &dc.reserve_pub),
-GNUNET_JSON_spec_bool("suppressed", &dc.suppressed),
+ TALER_JSON_spec_amount ("amount", TAH_currency, &dc.amount),
+ GNUNET_JSON_spec_int64 ("bank_row", &dc.bank_row),
+ GNUNET_JSON_spec_fixed_auto ("reserve_pub", &dc.reserve_pub),
+ GNUNET_JSON_spec_bool ("suppressed", &dc.suppressed),
GNUNET_JSON_spec_end ()
@@ -158,5 +155,3 @@ TEAH_MISATTRIBUTION_IN_INCONSISTENCY_PUT_done (void)
{
}
-
- \ No newline at end of file