aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/transport/plugin_transport_http_common.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/transport/plugin_transport_http_common.c')
-rw-r--r--src/transport/plugin_transport_http_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index 6d3ee3429..2bcab42b4 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -173,6 +173,7 @@ http_split_address (const char *addr)
173 return sp; 173 return sp;
174} 174}
175 175
176
176/** 177/**
177 * Closure for #append_port(). 178 * Closure for #append_port().
178 */ 179 */
@@ -640,6 +641,7 @@ http_common_plugin_address_to_string (const char *plugin,
640 return NULL; 641 return NULL;
641} 642}
642 643
644
643/** 645/**
644 * Function called to convert a string address to 646 * Function called to convert a string address to
645 * a binary address. 647 * a binary address.
@@ -943,5 +945,4 @@ http_common_get_network_for_address (struct
943} 945}
944 946
945 947
946
947/* end of plugin_transport_http_common.c */ 948/* end of plugin_transport_http_common.c */