mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Xengine: forgot to do the indent on map too
This commit is contained in:
@@ -1138,7 +1138,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
private void Indent(StringBuilder sb)
|
||||
{
|
||||
for (int i = 0; i < m_braceCount; i++)
|
||||
{
|
||||
sb.Append(" ");
|
||||
m_CSharpCol += 4;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user