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,6 +1137,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||||
/// <returns>Indentation based on brace count.</returns>
|
/// <returns>Indentation based on brace count.</returns>
|
||||||
private void Indent(StringBuilder sb)
|
private void Indent(StringBuilder sb)
|
||||||
{
|
{
|
||||||
|
for (int i = 0; i < m_braceCount; i++)
|
||||||
sb.Append(" ");
|
sb.Append(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue