diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:11:24 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-01 21:11:24 +0200 |
commit | ae5b7e454aee8c357cefb12c3bc128ca65ffb2dc (patch) | |
tree | 778fbe8bfed35ef0a8833937e0ad2bcb40aa1588 /src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c | |
parent | a33307ffc8351172fcdbddbd65fd255109719b5e (diff) |
indent fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c b/src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c index f317cf37a..63bcc854b 100644 --- a/src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c +++ b/src/auditor/taler-auditor-httpd_wire-out-inconsistency-get.c @@ -38,9 +38,7 @@ static enum GNUNET_GenericReturnValue process_wire_out_inconsistency ( void *cls, uint64_t serial_id, - const struct - TALER_AUDITORDB_WireOutInconsistency - *dc) + const struct TALER_AUDITORDB_WireOutInconsistency *dc) { json_t *list = cls; json_t *obj; @@ -67,8 +65,7 @@ process_wire_out_inconsistency ( MHD_RESULT TAH_WIRE_OUT_INCONSISTENCY_handler_get ( struct TAH_RequestHandler *rh, - struct MHD_Connection * - connection, + struct MHD_Connection *connection, void **connection_cls, const char *upload_data, size_t *upload_data_size, |