diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-31 19:03:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-31 19:03:49 +0000 |
commit | 534c55f531ef021ec4505bfd742cd0f1289d1f34 (patch) | |
tree | 94fad035b77e2d80d30bdb5cca73f5ab5cc3afea /src/common/compat.c | |
parent | 71c0a13703e8d9453699fa578e527e6e859b674b (diff) | |
download | tor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar.gz tor-534c55f531ef021ec4505bfd742cd0f1289d1f34.zip |
r13111@catbus: nickm | 2007-05-31 15:03:41 -0400
Cleanup whitespace.
svn:r10425
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 64e9dae5e2..f78c649386 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1002,7 +1002,6 @@ tor_inet_pton(int af, const char *src, void *dst) #endif } - /** Similar behavior to Unix gethostbyname: resolve <b>name</b>, and set * *addr to the proper IP address, in network byte order. Returns 0 * on success, -1 on failure; 1 on transient failure. |