Add copyright header. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-08-01 05:11:47 +00:00
parent ff35a3378e
commit 4ce5c894cf
4 changed files with 31 additions and 4 deletions

View File

@@ -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;