summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
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 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.