Browse Source

clean up

svn path=/trunk/mcs/; revision=56134
Chris Toshok 20 years ago
parent
commit
90a51a76fd

+ 1 - 1
mcs/class/System.Configuration/System.Configuration.Internal/DelegatingConfigHost.cs

@@ -243,7 +243,7 @@ namespace System.Configuration.Internal
 			get { return host.SupportsPath; }
 		}
 		
-		public virtual bool SupportsRefresh	{
+		public virtual bool SupportsRefresh {
 			get { return host.SupportsRefresh; }
 		}
 	}