aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-31 19:03:49 +0000
commit534c55f531ef021ec4505bfd742cd0f1289d1f34 (patch)
tree94fad035b77e2d80d30bdb5cca73f5ab5cc3afea /src/common/compat.c
parent71c0a13703e8d9453699fa578e527e6e859b674b (diff)
downloadtor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar
tor-534c55f531ef021ec4505bfd742cd0f1289d1f34.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 64e9dae5e..f78c64938 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.