Xengine: fix intermediate csharpe source identation. Not sure why i care, compiler sure doesn't and only we bother to create this files on code gen debug
parent
5afc5fe343
commit
3db81d87d6
|
@ -1137,7 +1137,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
|||
/// <returns>Indentation based on brace count.</returns>
|
||||
private void Indent(StringBuilder sb)
|
||||
{
|
||||
sb.Append(" ");
|
||||
for (int i = 0; i < m_braceCount; i++)
|
||||
sb.Append(" ");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue