Merge pull request #185 from QuickJack/master
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaValidity.cs
index 850d244f97e6281318e1b0772fd19d2ab5f8edff..49e054f3892ed583bd852ced131b489a77e23961 100644 (file)
@@ -1,9 +1,9 @@
-//\r
-// System.Xml.Schema.XmlSchemaValidity.cs\r
-//\r
-// Author:\r
-//     Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>\r
-//\r
+//
+// System.Xml.Schema.XmlSchemaValidity.cs
+//
+// Author:
+//     Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+//
 
 //
 // 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.
 //
-#if NET_2_0\r
-\r
-namespace System.Xml.Schema\r
-{\r
-       public enum XmlSchemaValidity\r
-       {\r
-               NotKnown,\r
-               Valid,\r
+#if NET_2_0
+
+namespace System.Xml.Schema
+{
+       public enum XmlSchemaValidity
+       {
+               NotKnown,
+               Valid,
                Invalid,
-       }\r
-}\r
-\r
-#endif\r
+       }
+}
+
+#endif