mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user