From f57e571154d98e9f789e20e9529558bf04d906ec Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Sat, 29 Nov 2003 14:19:26 -0800
Subject: [PATCH] [svn] Cosmetic change.

---
 src/host.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/host.c b/src/host.c
index bbf90ff8..b9528ab4 100644
--- a/src/host.c
+++ b/src/host.c
@@ -211,9 +211,9 @@ address_list_from_addrinfo (const struct addrinfo *ai)
     return NULL;
 
   al = xnew0 (struct address_list);
-  al->addresses  = xnew_array (ip_address, cnt);
-  al->count      = cnt;
-  al->refcount   = 1;
+  al->addresses = xnew_array (ip_address, cnt);
+  al->count     = cnt;
+  al->refcount  = 1;
 
   ip = al->addresses;
   for (ptr = ai; ptr != NULL; ptr = ptr->ai_next)