[or-cvs] r15101: Whitespace fix (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue Jun 10 19:06:46 UTC 2008


Author: nickm
Date: 2008-06-10 15:06:46 -0400 (Tue, 10 Jun 2008)
New Revision: 15101

Modified:
   tor/trunk/
   tor/trunk/src/or/directory.c
Log:
 r16132 at tombo:  nickm | 2008-06-10 14:39:19 -0400
 Whitespace fix



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r16132] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2008-06-10 18:59:02 UTC (rev 15100)
+++ tor/trunk/src/or/directory.c	2008-06-10 19:06:46 UTC (rev 15101)
@@ -2210,8 +2210,10 @@
   tor_free(key);
 }
 
+/** DOCDOC */
 static void
-ensure_request_map_initialized(void) {
+ensure_request_map_initialized(void)
+{
   if (!request_map)
     request_map = strmap_new();
 }



More information about the tor-commits mailing list