mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
More formatting cleanup.
This commit is contained in:
@@ -234,7 +234,7 @@ namespace OpenSim.Grid.MessagingServer
|
||||
for (int i = 0; i < AgentsNeedingNotification.Count; i++)
|
||||
{
|
||||
// TODO: Do Region Notifications
|
||||
lock(m_presences)
|
||||
lock (m_presences)
|
||||
{
|
||||
if (m_presences.Contains(AgentsNeedingNotification[i]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user