diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:13:46 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:13:46 +0200 |
commit | dc922c1c70a6eaeb31eb27b8812e5c5ff88fca02 (patch) | |
tree | b92e838408bd7899abfa0d5607652594ebea35ab | |
parent | ae5b7e454aee8c357cefb12c3bc128ca65ffb2dc (diff) |
indent fixes
7 files changed, 21 insertions, 18 deletions
diff --git a/src/auditor/report-lib.h b/src/auditor/report-lib.h index db29abc3a..44e6f15c2 100644 --- 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 index 2d3bce575..95de00b18 100644 --- 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 index ae7de9f5b..90e2abafe 100644 --- 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 index be2e14a60..5b59f3dcb 100644 --- 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 index 7c3fc4647..2b0df97dc 100644 --- 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 index 31d733520..939b4e01a 100644 --- 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 index 0e108e8c8..309226c48 100644 --- 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> |