diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-26 20:26:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-26 20:26:53 +0000 |
commit | 189bc7cf9fc7b5231f24721226dae87943cf12fe (patch) | |
tree | a0f9df41c852045ac3234b54d690dd05ba58832e /src/common/compat.h | |
parent | 7f3e2378b64f07f1bcebf80f7846a6580c29786a (diff) | |
download | tor-189bc7cf9fc7b5231f24721226dae87943cf12fe.tar.gz tor-189bc7cf9fc7b5231f24721226dae87943cf12fe.zip |
r13920@catbus: nickm | 2007-07-26 16:25:25 -0400
whitespace fixes
svn:r10935
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 2371ee4676..2e97dee22c 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -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 |