From 3d80d0ed5f785018509f62b21fe441ac9ce9e193 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 31 Aug 2007 05:55:19 +0000 Subject: [PATCH] fixed some tabs/whitespace --- Scripts/Misc/ServerList.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Misc/ServerList.cs b/Scripts/Misc/ServerList.cs index 0060d5f46..1b8e67a43 100644 --- a/Scripts/Misc/ServerList.cs +++ b/Scripts/Misc/ServerList.cs @@ -104,8 +104,8 @@ namespace Server.Misc private static void Resolve( string addr, out IPAddress outValue ) { - if ( IPAddress.TryParse( addr, out outValue ) ) - return; + if ( IPAddress.TryParse( addr, out outValue ) ) + return; try { IPHostEntry iphe = Dns.GetHostEntry( addr );