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:
authorMartin Baulig <martin@novell.com>2004-03-19 23:01:15 +0300
committerMartin Baulig <martin@novell.com>2004-03-19 23:01:15 +0300
commit546736488f0f16b5dc80d0cb833cd5e665c49f68 (patch)
treea91ffa73e5ca69dbf24b71152ee9a3c5c943591a /mcs/errors/cs0111-2.cs
parent9afacc15d76f2acbd1feb4be0e6916e9e7831b78 (diff)
Added newline at the end of the file.
svn path=/trunk/mcs/; revision=24346
Diffstat (limited to 'mcs/errors/cs0111-2.cs')
-rw-r--r--mcs/errors/cs0111-2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0111-2.cs b/mcs/errors/cs0111-2.cs
index c118d0c4cad..fac48453dc1 100644
--- a/mcs/errors/cs0111-2.cs
+++ b/mcs/errors/cs0111-2.cs
@@ -4,4 +4,4 @@
public interface ISample {
void set_Item (int a, int b);
int this[int i] { set; }
-} \ No newline at end of file
+}