mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 11:46:04 +08:00
Formatting cleanup.
This commit is contained in:
@@ -304,7 +304,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
{
|
||||
int colon=t.IndexOf(":");
|
||||
|
||||
if(-1 != colon)
|
||||
if (-1 != colon)
|
||||
{
|
||||
line = " at line " + Convert.ToInt32(t.Substring(colon + 1)).ToString();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user