Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-10-19 08:58:03 +09:00
parent 66923983a7
commit 0d29614ca1
13 changed files with 36 additions and 36 deletions

View File

@@ -1116,13 +1116,13 @@ namespace OpenSim.Region.Framework.Scenes
public void AddGroupTarget(SceneObjectGroup grp)
{
lock(m_groupsWithTargets)
lock (m_groupsWithTargets)
m_groupsWithTargets[grp.UUID] = grp;
}
public void RemoveGroupTarget(SceneObjectGroup grp)
{
lock(m_groupsWithTargets)
lock (m_groupsWithTargets)
m_groupsWithTargets.Remove(grp.UUID);
}