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:
authorGert Driesen <drieseng@users.sourceforge.net>2004-06-13 23:00:26 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2004-06-13 23:00:26 +0400
commit24b7baffa1d8689305296f0966902b7eccade1b1 (patch)
tree881074b0fde75433225f9237a43fc26675f98731 /mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs
parent1f1de514c6f74527c88b8e23e30dccc010e9f51a (diff)
* IndentedTextWriter.cs: have DefaultTabString correspond with
MS.NET (meaning four spaces) svn path=/trunk/mcs/; revision=29457
Diffstat (limited to 'mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs')
-rw-r--r--mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs b/mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs
index fe4092eb1dd..639bad7082f 100644
--- a/mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs
+++ b/mcs/class/System/System.CodeDom.Compiler/IndentedTextWriter.cs
@@ -41,7 +41,7 @@ namespace System.CodeDom.Compiler {
//
// Fields
//
- public const string DefaultTabString = " ";
+ public const string DefaultTabString = " ";
//
// Properties