summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-24 14:48:32 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-24 14:48:32 +0100
commit3961d3df7edfc710223b75cfa2756703a8c74db9 (patch)
treed03246c0a8e38461121a951f2bba97570f24e6c6 /src/mint
parent6d03017eba591f2fc6d194b27038f0914a88514f (diff)
downloadexchange-3961d3df7edfc710223b75cfa2756703a8c74db9.tar.gz
exchange-3961d3df7edfc710223b75cfa2756703a8c74db9.tar.bz2
exchange-3961d3df7edfc710223b75cfa2756703a8c74db9.zip
-fix indent
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/taler-mint-httpd.c8
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);
}