From 665e6b9e70a05301eeec8a33928cea4b9339635b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Nov 2012 19:01:01 +0000 Subject: [PATCH] Whitespace. --- ncat/ncat_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncat/ncat_proxy.c b/ncat/ncat_proxy.c index b96a91dc6..fc7623ea5 100644 --- a/ncat/ncat_proxy.c +++ b/ncat/ncat_proxy.c @@ -442,8 +442,8 @@ static int handle_connect(struct socket_buffer *client_sock, if (rc != 0) { if (o.debug) { logdebug("Can't resolve name \"%s\": %s.\n", - request->uri.host, gai_strerror(rc)); - } + request->uri.host, gai_strerror(rc)); + } return 504; }