Explorar el Código

fix indenting

svn:r3084
Roger Dingledine hace 21 años
padre
commit
577665f608
Se han modificado 1 ficheros con 1 adiciones y 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;