exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3961d3df7edfc710223b75cfa2756703a8c74db9
parent 6d03017eba591f2fc6d194b27038f0914a88514f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Nov 2015 14:48:32 +0100

-fix indent

Diffstat:
Msrc/mint/taler-mint-httpd.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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); }