System.XML: Partial implementation of XmlSchemaDatatype::ChangeType
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaNumericFacet.cs
index e565267ef339dc860baf3b5308d8b5243e70b100..b561f1c71cc28a8dd14aa0f3261aa6b0ed3ab184 100644 (file)
@@ -1,5 +1,5 @@
-// Author: Dwivedi, Ajay kumar\r
-//            Adwiv@Yahoo.com\r
+// Author: Dwivedi, Ajay kumar
+//            Adwiv@Yahoo.com
 
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;\r
-\r
-namespace System.Xml.Schema\r
-{\r
-       /// <summary>\r
-       /// Summary description for XmlSchemaNumericFacet.\r
-       /// </summary>\r
-       public abstract class XmlSchemaNumericFacet : XmlSchemaFacet\r
-       {\r
-               protected XmlSchemaNumericFacet()\r
-               {\r
-               }\r
-       }\r
-}\r
+using System;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSchemaNumericFacet.
+       /// </summary>
+       public abstract class XmlSchemaNumericFacet : XmlSchemaFacet
+       {
+               protected XmlSchemaNumericFacet()
+               {
+               }
+       }
+}