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/cs0233.cs
parent63a60a1904b01ea0c01548defbb9647a02a15b22 (diff)
CRLF->LF
svn path=/trunk/mcs/; revision=29177
Diffstat (limited to 'mcs/errors/cs0233.cs')
-rw-r--r--mcs/errors/cs0233.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mcs/errors/cs0233.cs b/mcs/errors/cs0233.cs
index 6ff22a4940c..117e6ec5116 100644
--- a/mcs/errors/cs0233.cs
+++ b/mcs/errors/cs0233.cs
@@ -1,11 +1,11 @@
-// cs0233.cs: sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf)
-// Line: 7
-// Compiler options: -unsafe
-
-public class MainClass {
- static void Main () {
- const int size = sizeof(int);
- }
-}
-
-
+// cs0233.cs: sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf)
+// Line: 7
+// Compiler options: -unsafe
+
+public class MainClass {
+ static void Main () {
+ const int size = sizeof(int);
+ }
+}
+
+