New test.
[mono.git] / mcs / class / System.Configuration / System.Configuration.Internal / DelegatingConfigHost.cs
index a3242ac294efb337071836b058cadc03a59ed9d4..1251e9b67d8f92da1bfb85bff932b29ed46f3fc8 100644 (file)
@@ -243,7 +243,7 @@ namespace System.Configuration.Internal
                        get { return host.SupportsPath; }
                }
                
-               public virtual bool SupportsRefresh     {
+               public virtual bool SupportsRefresh {
                        get { return host.SupportsRefresh; }
                }
        }