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>2004-06-10 13:23:07 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-10 13:23:07 +0400
commitce6816dd49282ff6c3ca9a505df84549f35b97ac (patch)
tree3cafd358bd08f4c380f3ef3869a92ceaffbc95c7 /mcs/errors/cs0244.cs
parent63a60a1904b01ea0c01548defbb9647a02a15b22 (diff)
CRLF->LF
svn path=/trunk/mcs/; revision=29177
Diffstat (limited to 'mcs/errors/cs0244.cs')
-rw-r--r--mcs/errors/cs0244.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mcs/errors/cs0244.cs b/mcs/errors/cs0244.cs
index bac103f120f..8dc4a7b1fb6 100644
--- a/mcs/errors/cs0244.cs
+++ b/mcs/errors/cs0244.cs
@@ -1,11 +1,11 @@
-// cs0244.cs: "is" or "as" are not valid on pointer types
-// Line: 7
-// Compiler options: -unsafe
-
-class UnsafeClass {
- unsafe UnsafeClass (int* pointer) {
- if (pointer is string) {}
- }
-}
-
-
+// cs0244.cs: "is" or "as" are not valid on pointer types
+// Line: 7
+// Compiler options: -unsafe
+
+class UnsafeClass {
+ unsafe UnsafeClass (int* pointer) {
+ if (pointer is string) {}
+ }
+}
+
+