]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fixes
authorNick Mathewson <nickm@torproject.org>
Fri, 17 Jan 2014 17:41:56 +0000 (12:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 17 Jan 2014 17:41:56 +0000 (12:41 -0500)
src/common/sandbox.c
src/or/connection_edge.c

index 0b67b18973d7992c497eba90d411ec1fc914f346..dec6bfeea50ed54bf771c272b2d4655e6fcf6d6e 100644 (file)
@@ -411,7 +411,6 @@ sb_socket(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
   if (rc)
     return rc;
 
-
   rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(socket), 3,
       SCMP_CMP(0, SCMP_CMP_EQ, PF_INET),
       SCMP_CMP(1, SCMP_CMP_EQ, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK),
index d5969aef9e418ceac9b6ff57e459432fcbd21671..4ca926e3812d9996f1b23e0e0c28552681766a9b 100644 (file)
@@ -2089,7 +2089,6 @@ connection_ap_handshake_socks_resolved_addr(entry_connection_t *conn,
   }
 }
 
-
 /** Send an answer to an AP connection that has requested a DNS lookup via
  * SOCKS.  The type should be one of RESOLVED_TYPE_(IPV4|IPV6|HOSTNAME) or -1
  * for unreachable; the answer should be in the format specified in the socks