Add copyright headers, formatting cleanup.

This commit is contained in:
Jeff Ames
2009-05-20 01:32:06 +00:00
parent ecfad4944b
commit e0bc5c5db2
20 changed files with 374 additions and 77 deletions

View File

@@ -68,7 +68,7 @@ namespace OpenSim.Framework.Servers.HttpServer
protected bool CheckParam(string path)
{
if(String.IsNullOrEmpty(path))
if (String.IsNullOrEmpty(path))
{
return false;
}