From 0770e4ccdbda2e71ad0a45d528b125df5b8db1a3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 5 Sep 2012 19:40:15 +0200 Subject: Whitespace fixes. --- src/common/address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/address.c b/src/common/address.c index e5862be1e..dffbcaff4 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1697,7 +1697,6 @@ tor_addr_hostname_is_local(const char *name) !strcasecmpend(name, ".local"); } - /** Return a newly allocated tor_addr_port_t with addr and port filled in. */ tor_addr_port_t * @@ -1709,3 +1708,4 @@ tor_addr_port_new(const tor_addr_t *addr, uint16_t port) ap->port = port; return ap; } + -- cgit v1.2.3