[or-cvs] r9356: tidy up more whitespace issues (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon Jan 15 21:21:15 UTC 2007


Author: nickm
Date: 2007-01-15 16:21:14 -0500 (Mon, 15 Jan 2007)
New Revision: 9356

Modified:
   tor/trunk/
   tor/trunk/src/or/config.c
   tor/trunk/src/or/dirserv.c
Log:
 r11967 at Kushana:  nickm | 2007-01-15 16:13:15 -0500
 tidy up more whitespace issues



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11967] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2007-01-15 21:21:05 UTC (rev 9355)
+++ tor/trunk/src/or/config.c	2007-01-15 21:21:14 UTC (rev 9356)
@@ -230,8 +230,8 @@
   VAR("RunTesting",          BOOL,     RunTesting,           "0"),
   VAR("SafeLogging",         BOOL,     SafeLogging,          "1"),
   VAR("SafeSocks",           BOOL,     SafeSocks,            "0"),
-  VAR("ServerDNSAllowNonRFC953Hostnames", BOOL,
-                                         ServerDNSAllowNonRFC953Hostnames, "0"),
+  VAR("ServerDNSAllowNonRFC953Hostnames",
+                             BOOL,     ServerDNSAllowNonRFC953Hostnames, "0"),
   VAR("ServerDNSDetectHijacking",BOOL,   ServerDNSDetectHijacking,"1"),
   VAR("ServerDNSResolvConfFile", STRING, ServerDNSResolvConfFile, NULL),
   VAR("ServerDNSSearchDomains",  BOOL,   ServerDNSSearchDomains,  "0"),

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-01-15 21:21:05 UTC (rev 9355)
+++ tor/trunk/src/or/dirserv.c	2007-01-15 21:21:14 UTC (rev 9356)
@@ -1133,7 +1133,6 @@
 
 }
 
-
 /** Helper: If we're an authority for the right directory version (the
  * directory version is determined by <b>is_v1_object</b>), try to regenerate
  * auth_src as appropriate and return it, falling back to cache_src on



More information about the tor-commits mailing list