diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-11-24 14:48:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-11-24 14:48:32 +0100 |
commit | 3961d3df7edfc710223b75cfa2756703a8c74db9 (patch) | |
tree | d03246c0a8e38461121a951f2bba97570f24e6c6 /src | |
parent | 6d03017eba591f2fc6d194b27038f0914a88514f (diff) |
-fix indent
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c index 09b2439bb..b55004d91 100644 --- a/src/mint/taler-mint-httpd.c +++ b/src/mint/taler-mint-httpd.c @@ -351,10 +351,10 @@ handle_mhd_request (void *cls, upload_data_size); } return TMH_MHD_handler_static_response (&h404, - connection, - con_cls, - upload_data, - upload_data_size); + connection, + con_cls, + upload_data, + upload_data_size); } |