mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Add copyright header. Formatting cleanup.
This commit is contained in:
@@ -199,7 +199,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
bool pollHandlerResult = false;
|
||||
lock (m_pollHandlers)
|
||||
{
|
||||
if (!m_pollHandlers.ContainsKey( methodName))
|
||||
if (!m_pollHandlers.ContainsKey(methodName))
|
||||
{
|
||||
m_pollHandlers.Add(methodName,args);
|
||||
pollHandlerResult = true;
|
||||
|
||||
Reference in New Issue
Block a user