Explorar o código

fix indenting

svn:r3084
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
577665f608
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/connection_edge.c

+ 1 - 1
src/or/connection_edge.c

@@ -650,7 +650,7 @@ void connection_ap_handshake_socks_resolved(connection_t *conn,
       set_uint16(buf+2, 0);
       memcpy(buf+4, answer, 4); /* address */
       replylen = SOCKS4_NETWORK_LEN;
-   } else {
+    } else {
       buf[1] = 91; /* "error" */
       memset(buf+2, 0, 6);
       replylen = SOCKS4_NETWORK_LEN;