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:
Diffstat (limited to 'mcs/errors/cs0162-4.cs')
-rw-r--r--mcs/errors/cs0162-4.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs0162-4.cs b/mcs/errors/cs0162-4.cs
index 1859fb38921..1c41c527358 100644
--- a/mcs/errors/cs0162-4.cs
+++ b/mcs/errors/cs0162-4.cs
@@ -4,8 +4,8 @@
using System;
-class C {
- bool T () { return true; }
+class C {
+ bool T () { return true; }
void Close()
{