2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaContentType.cs
index e635a59faa5d929db3bba0ad9940c3b384b5ee06..2df82029978049d4b12c585d71f3f7f3e65dcf56 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 XmlSchemaContentType.\r
-       /// </summary>\r
-       public enum XmlSchemaContentType \r
-       {\r
-               TextOnly        = 0, \r
-               Empty           = 1, \r
-               ElementOnly = 2, \r
-               Mixed           = 3, \r
-       }\r
-}\r
+using System;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSchemaContentType.
+       /// </summary>
+       public enum XmlSchemaContentType 
+       {
+               TextOnly        = 0, 
+               Empty           = 1, 
+               ElementOnly = 2, 
+               Mixed           = 3, 
+       }
+}