merge -r 58060:58217
[mono.git] / mcs / class / System / Test / Microsoft.CSharp / CodeGeneratorTestBase.cs
index c95f8621a40e76df1652daa0c3f2a451967409de..926b8b8e9a3a5e7b1719655c09b3eff10f6bd057 100644 (file)
@@ -41,16 +41,16 @@ namespace MonoTests.Microsoft.CSharp
                        options = new CodeGeneratorOptions ();
                }
 
-               protected string Generate ()\r
-               {\r
-                       return Generate (options);\r
-               }\r
-\r
-               protected virtual string NewLine\r
-               {\r
-                       get { return "\n"; }\r
-               }\r
-\r
+               protected string Generate ()
+               {
+                       return Generate (options);
+               }
+
+               protected virtual string NewLine
+               {
+                       get { return "\n"; }
+               }
+
                protected abstract string Generate (CodeGeneratorOptions options);
        }
 }