Browse Source

Flush

svn path=/trunk/mcs/; revision=160487
Miguel de Icaza 15 years ago
parent
commit
aa4c883087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/System/System.Net/IPAddress.cs

+ 1 - 1
mcs/class/System/System.Net/IPAddress.cs

@@ -254,7 +254,7 @@ namespace System.Net {
 				long a = 0;
 				long val = 0;
 				for (int i = 0; i < ips.Length; i++) {
- 					string subnet = ips [i];
+					string subnet = ips [i];
 					if ((3 <= subnet.Length && subnet.Length <= 4) &&
 					    (subnet [0] == '0') && (subnet [1] == 'x' || subnet [1] == 'X')) {
 						if (subnet.Length == 3)