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
path: root/mcs
diff options
context:
space:
mode:
authorKenneth Pouncey <kjpou@pt.lu>2014-11-07 18:59:42 +0300
committerKenneth Pouncey <kjpou@pt.lu>2014-11-07 18:59:42 +0300
commitde3ff228dc04cfa5cccd247bc09283688b3c50ba (patch)
tree86e1ede9d3d1641a47a8e3f814feb961c215638f /mcs
parent3664e4c5a7f95a2e837fce9eca45deef669306fa (diff)
Add space
Diffstat (limited to 'mcs')
-rw-r--r--mcs/mcs/eval.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/mcs/eval.cs b/mcs/mcs/eval.cs
index 384d8dd3199..c1ea5aaa576 100644
--- a/mcs/mcs/eval.cs
+++ b/mcs/mcs/eval.cs
@@ -875,7 +875,7 @@ namespace Mono.CSharp
if (ue.Alias != null || ue.ResolvedExpression == null)
continue;
- sb.AppendFormat("using {0};", ue.ToString());
+ sb.AppendFormat("using {0};", ue.ToString ());
sb.Append (Environment.NewLine);
}