diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:37:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:37:12 +0100 |
commit | bc812a0a514f80f062d0d5db2a9b1b257080d9dc (patch) | |
tree | 10d0d2b18885d642a209169439b6e4b6e26eb54e /src/util | |
parent | a0c6adfa491fba8fb8d9d8019baf494d0ca830a4 (diff) |
indent
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/mhd.c | 4 |
1 files changed, 3 insertions, 1 deletions
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"); |