more whitespace (tabs this time)
diff --git a/channels.c b/channels.c
index 4150b55..25f85c8 100644
--- a/channels.c
+++ b/channels.c
@@ -1035,7 +1035,7 @@
 	else if (inet_ntop(af, dest_addr, c->path, sizeof(c->path)) == NULL)
 		return -1;
 	c->host_port = ntohs(dest_port);
-	
+
 	debug2("channel %d: dynamic request: socks5 host %s port %u command %u",
 	    c->self, c->path, c->host_port, s5_req.command);