[previous VectorRender patch was from: Robert Smart

<SMARTROB@uk.ibm.com>]

clean up.
This commit is contained in:
Dr Scofield
2009-02-02 14:57:20 +00:00
parent 8a098bf12c
commit 3682212fbf

View File

@@ -154,7 +154,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.VectorRender
name = nvp[0].Trim();
}
if (nvp.Length==2)
if (nvp.Length == 2)
{
value = nvp[1].Trim();
}