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_fee-time-inconsistency-get.c | |
parent | a33307ffc8351172fcdbddbd65fd255109719b5e (diff) |
indent fixes
Diffstat (limited to 'src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c b/src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c index 8b4b6eb5e..26b8e489d 100644 --- a/src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c +++ b/src/auditor/taler-auditor-httpd_fee-time-inconsistency-get.c @@ -65,8 +65,7 @@ process_fee_time_inconsistency ( MHD_RESULT TAH_FEE_TIME_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, |