[or-cvs] normalize whitespace

Nick Mathewson nickm at seul.org
Sat Nov 13 23:34:03 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv18929/src/or

Modified Files:
	config.c connection_or.c 
Log Message:
normalize whitespace

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- config.c	13 Nov 2004 17:17:04 -0000	1.248
+++ config.c	13 Nov 2004 23:34:01 -0000	1.249
@@ -971,7 +971,7 @@
 
   v1 = ((char*)o1) + var-> var_offset;
   v2 = ((char*)o2) + var-> var_offset;
-  switch (var->type) 
+  switch (var->type)
     {
     case CONFIG_TYPE_UINT:
     case CONFIG_TYPE_BOOL:

Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_or.c,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- connection_or.c	13 Nov 2004 23:27:50 -0000	1.138
+++ connection_or.c	13 Nov 2004 23:34:01 -0000	1.139
@@ -370,7 +370,7 @@
   } else {
     conn->circ_id_type = CIRC_ID_TYPE_HIGHER;
   }
-  crypto_free_pk_env(identity_rcvd);
+  crypto_free_pk_env(identity_rcvd);
 
   router = router_get_by_nickname(nickname);
   if(router && /* we know this nickname */



More information about the tor-commits mailing list