summaryrefslogtreecommitdiff
path: root/hostport.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostport.c')
-rw-r--r--hostport.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hostport.c b/hostport.c
index d68208a..54c1d74 100644
--- a/hostport.c
+++ b/hostport.c
@@ -305,3 +305,7 @@ int connecttcphostlist(struct list *hostports, struct addrinfo *src) {
debug(DBG_ERR, "connecttcphostlist: failed");
return -1;
}
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */