[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] fix indenting



Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection_edge.c 
Log Message:
fix indenting


Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- connection_edge.c	5 Dec 2004 12:47:46 -0000	1.257
+++ connection_edge.c	6 Dec 2004 05:26:19 -0000	1.258
@@ -650,7 +650,7 @@
       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;