From da77bb850adf62f24f9bab6d6800a9fd17164a64 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Mon, 18 Dec 2006 06:31:13 +0000 Subject: [PATCH] expand tabs --- src/rend-win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rend-win32.c b/src/rend-win32.c index e9de278f..116d544a 100644 --- a/src/rend-win32.c +++ b/src/rend-win32.c @@ -30,8 +30,8 @@ static volatile int rend_timeout=2; static volatile int rend_count=0; static pthread_mutex_t rend_mutex=PTHREAD_MUTEX_INITIALIZER; typedef struct tag_rend_entry { - DNSServiceRef client; - struct tag_rend_entry *next; + DNSServiceRef client; + struct tag_rend_entry *next; } REND_ENTRY; static REND_ENTRY rend_clients = { NULL, NULL };