mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -38,8 +38,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public class EntityManager
|
||||
{
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private readonly DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase> m_entities
|
||||
|
||||
private readonly DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase> m_entities
|
||||
= new DoubleDictionaryThreadAbortSafe<UUID, uint, EntityBase>();
|
||||
|
||||
public int Count
|
||||
|
||||
Reference in New Issue
Block a user