From bc812a0a514f80f062d0d5db2a9b1b257080d9dc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Jan 2020 20:37:12 +0100 Subject: indent --- src/util/mhd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/mhd.c b/src/util/mhd.c index e615de696..9684f979f 100644 --- a/src/util/mhd.c +++ b/src/util/mhd.c @@ -100,7 +100,9 @@ TALER_url_absolute_mhd (struct MHD_Connection *connection, else proto = "http"; - host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "Host"); + host = MHD_lookup_connection_value (connection, + MHD_HEADER_KIND, + "Host"); forwarded_host = MHD_lookup_connection_value (connection, MHD_HEADER_KIND, "X-Forwarded-Host"); -- cgit v1.2.3