]> andersk Git - openssh.git/blobdiff - channels.c
more whitespace (tabs this time)
[openssh.git] / channels.c
index 4150b55049d7428be53b52ae51ebdfc2ae131c8e..25f85c8b711a85ceceeb028e72e0ea3218b8a77c 100644 (file)
@@ -1035,7 +1035,7 @@ channel_decode_socks5(Channel *c, fd_set * readset, fd_set * writeset)
        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);
 
This page took 0.096104 seconds and 4 git commands to generate.