From 3d831cc27493852b5406258a291674d5e72dac97 Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Mon, 15 Aug 2016 14:47:41 +0000
Subject: Fix some style(9) issues.

---
 src/lib/libtls/tls_conninfo.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/lib/libtls/tls_conninfo.c b/src/lib/libtls/tls_conninfo.c
index 7888c919b0..523b2798d3 100644
--- a/src/lib/libtls/tls_conninfo.c
+++ b/src/lib/libtls/tls_conninfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls_conninfo.c,v 1.8 2016/08/12 15:10:59 jsing Exp $ */
+/* $OpenBSD: tls_conninfo.c,v 1.9 2016/08/15 14:47:41 jsing Exp $ */
 /*
  * Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2015 Bob Beck <beck@openbsd.org>
@@ -171,8 +171,10 @@ tls_conninfo_alpn_proto(struct tls *ctx)
 }
 
 int
-tls_get_conninfo(struct tls *ctx) {
+tls_get_conninfo(struct tls *ctx)
+{
 	const char * tmp;
+
 	if (ctx->ssl_peer_cert != NULL) {
 		if (tls_get_peer_cert_hash(ctx, &ctx->conninfo->hash) == -1)
 			goto err;
@@ -205,7 +207,8 @@ err:
 }
 
 void
-tls_free_conninfo(struct tls_conninfo *conninfo) {
+tls_free_conninfo(struct tls_conninfo *conninfo)
+{
 	if (conninfo != NULL) {
 		free(conninfo->alpn);
 		conninfo->alpn = NULL;
-- 
cgit v1.2.3-55-g6feb