Handle more type conversion.
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSeverityType.cs
old mode 100755 (executable)
new mode 100644 (file)
index ac0f2e2..291bceb
@@ -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 XmlSeverityType.\r
-       /// </summary>\r
-       public enum XmlSeverityType \r
-       {\r
-               Error = 0x00000000, \r
-               Warning = 0x00000001, \r
-       }\r
-}\r
+using System;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSeverityType.
+       /// </summary>
+       public enum XmlSeverityType 
+       {
+               Error = 0x00000000, 
+               Warning = 0x00000001, 
+       }
+}