Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-10-05 14:15:39 +00:00
parent a243a4aaf5
commit aab6cdd8b0
11 changed files with 58 additions and 58 deletions

View File

@@ -2759,7 +2759,7 @@ namespace OpenSim.Region.Environment.Scenes
public void SetAttachmentPoint(byte point)
{
lock(m_parts)
lock (m_parts)
{
foreach (SceneObjectPart part in m_parts.Values)
part.SetAttachmentPoint(point);