[corlib] New lazily initialized X509Certificate.
[mono.git] / mcs / tests / test-494.cs
index 19085b1d8635b55ba1b65188c39fb7c392c9e780..fac65920b954cf04196384c8ecbbf1e15a081cd1 100644 (file)
@@ -1,11 +1,11 @@
-using System.Text;\r
-\r
-namespace Agresso.Foundation {\r
-       public class Function\r
-       {\r
-               static void Main () {}\r
-       }\r
-\r
-       public delegate void Translate(Function callback, \r
-               ref StringBuilder result);\r
+using System.Text;
+
+namespace Agresso.Foundation {
+       public class Function
+       {
+               public static void Main () {}
+       }
+
+       public delegate void Translate(Function callback, 
+               ref StringBuilder result);
        }
\ No newline at end of file