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

LSLKeyTest
UbitUmarov 2016-08-31 09:42:03 +01:00
parent 5afc5fe343
commit 3db81d87d6
1 changed files with 2 additions and 1 deletions

View File

@ -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>