* SoapWriter.cs: Fixed line endings. Set eol-style to CRLF.
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / SoapTypeMapper.cs
index 15cc36bdc720028c72cea78d009fe2b1747cf0eb..324356ba057352a2c707fcb39e504b9a0f3e5f9d 100644 (file)
@@ -142,7 +142,7 @@ namespace System.Runtime.Serialization.Formatters.Soap {
                        _assemblyFormat = assemblyFormat;
                        _prefixNumber = 1;
                        //Type elementType = typeof(string);
-                       if(typeFormat == FormatterTypeStyle.XsdString)\r
+                       if(typeFormat == FormatterTypeStyle.XsdString)
                        {
                                elementString = new Element("xsd", "string", XmlSchema.Namespace);
                        }
@@ -237,7 +237,7 @@ namespace System.Runtime.Serialization.Formatters.Soap {
                        Element element;
                        string typeNamespace = string.Empty;
                        string typeName = typeFullName;
-                       if(_assemblyFormat == FormatterAssemblyStyle.Simple)\r
+                       if(_assemblyFormat == FormatterAssemblyStyle.Simple)
                        {
                                string[] items = assemblyName.Split(',');
                                assemblyName = items[0];