Update svn properties. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-07-24 15:20:47 +00:00
parent 1d7e29cc2c
commit a4ad6a67b7
4 changed files with 17 additions and 17 deletions

View File

@@ -5320,8 +5320,8 @@ namespace OpenSim.Region.ScriptEngine.Common
{
m_host.AddScriptLPS(1);
if(m_host.ParentGroup == null)
return;
if (m_host.ParentGroup == null)
return;
SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber);

View File

@@ -5118,9 +5118,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llSetLinkPrimitiveParams(int linknumber, LSL_Types.list rules)
{
m_host.AddScriptLPS(1);
if(m_host.ParentGroup == null)
return;
if (m_host.ParentGroup == null)
return;
SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber);