Browse Source

small fix

tags/3.0
Gang Zhuo 9 years ago
parent
commit
c532cce99d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      shadowsocks-csharp/3rd/SimpleJson.cs

+ 2
- 2
shadowsocks-csharp/3rd/SimpleJson.cs View File

@@ -1132,8 +1132,8 @@ namespace SimpleJson
protected static void FeedIndent(int level, StringBuilder builder) protected static void FeedIndent(int level, StringBuilder builder)
{ {
for (int i = 0; i < level * 2; i++)
builder.Append(" ");
for (int i = 0; i < level; i++)
builder.Append(" ");
} }
/// <summary> /// <summary>


Loading…
Cancel
Save