fixed some tabs/whitespace
This commit is contained in:
parent
a133885884
commit
3d80d0ed5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue