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-09-10 00:47:58 +0400
committerMarek Safar <marek.safar@gmail.com>2004-09-10 00:47:58 +0400
commit967e5d058e079e5ca5a1db920bf31f6084f0df49 (patch)
treef87663a8817c623c3fe565d37f8ea586085a6a46 /mcs/errors/cs0231.cs
parentd2fd7066c17152e58bab2a43eba1a1c897c0ee85 (diff)
code formating
svn path=/trunk/mcs/; revision=33675
Diffstat (limited to 'mcs/errors/cs0231.cs')
-rw-r--r--mcs/errors/cs0231.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/mcs/errors/cs0231.cs b/mcs/errors/cs0231.cs
index 8a88a08853b..8bc7c18d05b 100644
--- a/mcs/errors/cs0231.cs
+++ b/mcs/errors/cs0231.cs
@@ -1,3 +1,7 @@
-// cs0231.cs: A params parameter must be the last in a formal parameter list// Line: 5
-class Test {
- void Foo (params object[] o, bool b) {}}
+// cs0231.cs: A params parameter must be the last in a formal parameter list
+// Line: 5
+class Test
+{
+ void Foo (params object[] o, bool b) {}
+}
+