]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r13920@catbus: nickm | 2007-07-26 16:25:25 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 26 Jul 2007 20:26:53 +0000 (20:26 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Jul 2007 20:26:53 +0000 (20:26 +0000)
 whitespace fixes

svn:r10935

src/common/compat.h
src/or/circuitbuild.c

index 2371ee4676965d0c45c634079247ebcc769e535d..2e97dee22ce1c2d8b948f11b2e9d670194001e81 100644 (file)
@@ -284,7 +284,7 @@ struct in6_addr
 #endif
 
 #if defined(__APPLE__) || defined(__darwin__) || defined(__FreeBSD__) \
-    || defined (__NetBSD__) || defined(__OpenBSD__)
+    || defined(__NetBSD__) || defined(__OpenBSD__)
 /* Many BSD variants seem not to define these. */
 #ifndef s6_addr16
 #define s6_addr16 __u6_addr.__u6_addr16
index 8f2e4ed74726cd218ac695e1275b235e7a891a6d..83f4a50a1a3bbfb7c459152a5934283b247b0c9b 100644 (file)
@@ -1073,7 +1073,7 @@ circuit_get_unhandled_ports(time_t now)
 
   for (i = 0; i < smartlist_len(source); ++i) {
     /*XXXX020 some of these are leaked somewhere.. fix that. */
-    tmp = tor_malloc(sizeof(uint16_t)); 
+    tmp = tor_malloc(sizeof(uint16_t));
     memcpy(tmp, smartlist_get(source, i), sizeof(uint16_t));
     smartlist_add(dest, tmp);
   }