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/cs0257.cs
parentd2fd7066c17152e58bab2a43eba1a1c897c0ee85 (diff)
code formating
svn path=/trunk/mcs/; revision=33675
Diffstat (limited to 'mcs/errors/cs0257.cs')
-rw-r--r--mcs/errors/cs0257.cs9
1 files changed, 6 insertions, 3 deletions
diff --git a/mcs/errors/cs0257.cs b/mcs/errors/cs0257.cs
index 42d12784a94..74b8b322aa2 100644
--- a/mcs/errors/cs0257.cs
+++ b/mcs/errors/cs0257.cs
@@ -1,3 +1,6 @@
-// cs0257.cs: An __arglist parameter must be the last parameter in a formal parameter list// Line: 5
-class Test { void Foo (__arglist, bool b) {}}
-
+// cs0257.cs: An __arglist parameter must be the last parameter in a formal parameter list
+// Line: 5
+class Test
+{
+ void Foo (__arglist, bool b) {}
+}