Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-18 00:39:10 +00:00
parent 531f6c01eb
commit 6ef9d4da90
208 changed files with 2980 additions and 3163 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_name; }
set { m_name = value; }
}
/// <summary>
/// Signals whether this group was in a scene but has since been deleted from it.
/// </summary>
@@ -71,7 +71,7 @@ namespace OpenSim.Region.Environment.Scenes
{
get { return m_isDeleted; }
}
protected bool m_isDeleted;
protected bool m_isDeleted;
protected LLVector3 m_pos;