fixed some tabs/whitespace

This commit is contained in:
mark 2007-08-31 05:55:19 +00:00
parent a133885884
commit 3d80d0ed5f

View file

@ -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 );