diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-15 16:15:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-15 16:24:21 -0400 |
commit | 7a597718bb9cda3dd553c2b12fd42f04ead44c85 (patch) | |
tree | 4f469c213ce1a688c8bf4c8f6874823117e705f9 /src/or/connection_edge.c | |
parent | 40ce9819dd7c589f624715c9c800cff714140a70 (diff) | |
download | tor-7a597718bb9cda3dd553c2b12fd42f04ead44c85.tar.gz tor-7a597718bb9cda3dd553c2b12fd42f04ead44c85.zip |
Split some long #if lines to make the #endif annotator happy
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 94a9f5fc34..8bb2af3226 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -2079,7 +2079,8 @@ get_pf_socket(void) } #endif -#if defined(TRANS_NETFILTER) || defined(TRANS_PF) || defined(TRANS_TPROXY) +#if defined(TRANS_NETFILTER) || defined(TRANS_PF) || \ + defined(TRANS_TPROXY) /** Try fill in the address of <b>req</b> from the socket configured * with <b>conn</b>. */ static int |