Update svn properties, minor formatting cleanup.
parent
a59ca765fe
commit
b2d6b0a3d4
|
@ -101,7 +101,7 @@ namespace OpenSim.Grid.MessagingServer
|
|||
private void deregisterFromUserServer()
|
||||
{
|
||||
msgsvc.deregisterWithUserServer();
|
||||
if(m_httpServer != null)
|
||||
if (m_httpServer != null)
|
||||
{
|
||||
// try a completely fresh registration, with fresh handlers, too
|
||||
m_httpServer.Stop();
|
||||
|
|
|
@ -306,7 +306,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
|||
|
||||
protected void AddToAttendeeList(ScenePresence agent, Scene scene)
|
||||
{
|
||||
lock(_sceneAttendees)
|
||||
lock (_sceneAttendees)
|
||||
{
|
||||
if (!_sceneAttendees.ContainsKey(scene))
|
||||
_sceneAttendees[scene] = new List<ScenePresence>();
|
||||
|
@ -318,7 +318,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
|||
|
||||
protected void RemoveFromAttendeeList(ScenePresence agent, Scene scene)
|
||||
{
|
||||
lock(_sceneAttendees)
|
||||
lock (_sceneAttendees)
|
||||
{
|
||||
if (!_sceneAttendees.ContainsKey(scene))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue