Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2010-08-13 21:05:58 +0400
committerMarek Safar <marek.safar@gmail.com>2010-08-13 21:05:58 +0400
commit9d4a9d6b32d7c7665e04aa77d0bcb12f6de00f91 (patch)
tree9915b0f91ec6b134fa5227b8d5910cd7105c3196 /mcs/tests/gtest-522.cs
parent79353220441255b29b20c1878a37aeca337ebfbb (diff)
Fixed crlf issue
Diffstat (limited to 'mcs/tests/gtest-522.cs')
-rw-r--r--mcs/tests/gtest-522.cs50
1 files changed, 25 insertions, 25 deletions
diff --git a/mcs/tests/gtest-522.cs b/mcs/tests/gtest-522.cs
index ea00831aecb..59510d13b01 100644
--- a/mcs/tests/gtest-522.cs
+++ b/mcs/tests/gtest-522.cs
@@ -1,25 +1,25 @@
-using System;
-
-class C<T>
-{
- public static int Foo;
-}
-
-class X
-{
- public static void Main ()
- {
- }
-
- void Test<T> (T A)
- {
- A<T> ();
-
- object C;
- var c = C<int>.Foo;
- }
-
- static void A<U> ()
- {
- }
-}
+using System;
+
+class C<T>
+{
+ public static int Foo;
+}
+
+class X
+{
+ public static void Main ()
+ {
+ }
+
+ void Test<T> (T A)
+ {
+ A<T> ();
+
+ object C;
+ var c = C<int>.Foo;
+ }
+
+ static void A<U> ()
+ {
+ }
+}