exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit dc922c1c70a6eaeb31eb27b8812e5c5ff88fca02
parent ae5b7e454aee8c357cefb12c3bc128ca65ffb2dc
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  1 Aug 2024 21:13:46 +0200

indent fixes

Diffstat:
Msrc/auditor/report-lib.h | 21+++++++++++----------
Msrc/auditor/taler-auditor-httpd_denomination-key-validity-withdraw-inconsistency-get.h | 4++--
Msrc/auditor/taler-auditor-httpd_denomination-pending-get.h | 2+-
Msrc/auditor/taler-auditor-httpd_denominations-without-sigs-get.h | 2+-
Msrc/auditor/taler-auditor-httpd_reserve-balance-insufficient-inconsistency-upd.h | 3++-
Msrc/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-upd.h | 5+++--
Msrc/auditor/taler-auditor-httpd_wire-format-inconsistency-get.h | 2+-
7 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h @@ -37,19 +37,19 @@ * Macro to use to declare progress point value @a name. */ #define TALER_ARL_DEF_PP(name) \ - uint64_t TALER_ARL_USE_PP (name) = 0 + uint64_t TALER_ARL_USE_PP (name) = 0 /** * Macro to use to GET progress point value @a name from DB. */ #define TALER_ARL_GET_PP(name) \ - TALER_S (name), &TALER_ARL_USE_PP (name) + TALER_S (name), &TALER_ARL_USE_PP (name) /** * Macro to use to SET progress point value @a name in DB. */ #define TALER_ARL_SET_PP(name) \ - TALER_S (name), TALER_ARL_USE_PP (name) + TALER_S (name), TALER_ARL_USE_PP (name) /** * Macro to use to access amount balance @a name. @@ -60,19 +60,19 @@ * Macro to use to declare amount balance @a name. */ #define TALER_ARL_DEF_AB(name) \ - struct TALER_Amount TALER_ARL_USE_AB (name) + struct TALER_Amount TALER_ARL_USE_AB (name) /** * Macro to use to GET amount balance @a name from DB. */ #define TALER_ARL_GET_AB(name) \ - TALER_S (name), &TALER_ARL_USE_AB (name) + TALER_S (name), &TALER_ARL_USE_AB (name) /** * Macro to use to SET amount balance @a name in DB. */ #define TALER_ARL_SET_AB(name) \ - TALER_S (name), &TALER_ARL_USE_AB (name) + TALER_S (name), &TALER_ARL_USE_AB (name) /** @@ -214,7 +214,7 @@ TALER_ARL_amount_add_ (struct TALER_Amount *sum, * @param a2 second amount to add */ #define TALER_ARL_amount_add(sum,a1,a2) \ - TALER_ARL_amount_add_ (sum, a1, a2, __FILE__, __FUNCTION__, __LINE__) + TALER_ARL_amount_add_ (sum, a1, a2, __FILE__, __FUNCTION__, __LINE__) /** @@ -250,7 +250,8 @@ TALER_ARL_amount_subtract_ (struct TALER_Amount *diff, * @param a2 amount to subtract */ #define TALER_ARL_amount_subtract(diff,a1,a2) \ - TALER_ARL_amount_subtract_ (diff, a1, a2, __FILE__, __FUNCTION__, __LINE__) + TALER_ARL_amount_subtract_ (diff, a1, a2, __FILE__, __FUNCTION__, \ + __LINE__) /** @@ -316,8 +317,8 @@ TALER_ARL_amount_subtract_neg_ (struct TALER_Amount *diff, * #TALER_ARL_SR_POSITIVE if the result is positive */ #define TALER_ARL_amount_subtract_neg(diff,a1,a2) \ - TALER_ARL_amount_subtract_neg_ (diff, a1, a2, __FILE__, __FUNCTION__, \ - __LINE__) + TALER_ARL_amount_subtract_neg_ (diff, a1, a2, __FILE__, __FUNCTION__, \ + __LINE__) /** diff --git a/src/auditor/taler-auditor-httpd_denomination-key-validity-withdraw-inconsistency-get.h b/src/auditor/taler-auditor-httpd_denomination-key-validity-withdraw-inconsistency-get.h @@ -16,9 +16,9 @@ #ifndef \ - SRC_TALER_AUDITOR_HTTPD_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY_GET_H + TALER_AUDITOR_HTTPD_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY_GET_H #define \ - SRC_TALER_AUDITOR_HTTPD_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY_GET_H + TALER_AUDITOR_HTTPD_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY_GET_H #include <gnunet/gnunet_util_lib.h> #include <microhttpd.h> diff --git a/src/auditor/taler-auditor-httpd_denomination-pending-get.h b/src/auditor/taler-auditor-httpd_denomination-pending-get.h @@ -15,7 +15,7 @@ */ - #ifndef SRC_TALER_AUDITOR_HTTPD_DENOMINATION_PENDING_GET_H +#ifndef SRC_TALER_AUDITOR_HTTPD_DENOMINATION_PENDING_GET_H #define SRC_TALER_AUDITOR_HTTPD_DENOMINATION_PENDING_GET_H #include <gnunet/gnunet_util_lib.h> diff --git a/src/auditor/taler-auditor-httpd_denominations-without-sigs-get.h b/src/auditor/taler-auditor-httpd_denominations-without-sigs-get.h @@ -15,7 +15,7 @@ */ - #ifndef SRC_TALER_AUDITOR_HTTPD_DENOMINATIONS_WITHOUT_SIGS_GET_H +#ifndef SRC_TALER_AUDITOR_HTTPD_DENOMINATIONS_WITHOUT_SIGS_GET_H #define SRC_TALER_AUDITOR_HTTPD_DENOMINATIONS_WITHOUT_SIGS_GET_H #include <gnunet/gnunet_util_lib.h> diff --git a/src/auditor/taler-auditor-httpd_reserve-balance-insufficient-inconsistency-upd.h b/src/auditor/taler-auditor-httpd_reserve-balance-insufficient-inconsistency-upd.h @@ -38,4 +38,5 @@ TAH_RESERVE_BALANCE_INSUFFICIENT_INCONSISTENCY_handler_update (struct const char *const args[]); -#endif // SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_INSUFFICIENT_INCONSISTENCY_UPD_H +#endif \ + // SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_INSUFFICIENT_INCONSISTENCY_UPD_H diff --git a/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-upd.h b/src/auditor/taler-auditor-httpd_reserve-balance-summary-wrong-inconsistency-upd.h @@ -18,7 +18,7 @@ #ifndef \ SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_UPD_H #define \ - SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_UPD_H + SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_UPD_H #include <microhttpd.h> @@ -40,4 +40,5 @@ TAH_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_handler_update (struct const char * const args[]); -#endif // SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_UPD_H +#endif \ + // SRC_TALER_AUDITOR_HTTPD_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_UPD_H diff --git a/src/auditor/taler-auditor-httpd_wire-format-inconsistency-get.h b/src/auditor/taler-auditor-httpd_wire-format-inconsistency-get.h @@ -15,7 +15,7 @@ */ - #ifndef SRC_TALER_AUDITOR_HTTPD_WIRE_FORMAT_INCONSISTENCY_GET_H +#ifndef SRC_TALER_AUDITOR_HTTPD_WIRE_FORMAT_INCONSISTENCY_GET_H #define SRC_TALER_AUDITOR_HTTPD_WIRE_FORMAT_INCONSISTENCY_GET_H #include <gnunet/gnunet_util_lib.h>