Add copyright headers. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-04-22 00:48:56 +00:00
parent 5ea4faa6f2
commit 6aa5d3904d
16 changed files with 284 additions and 151 deletions

View File

@@ -458,10 +458,10 @@ namespace OpenSim.Framework.Servers
}
}
public string StatReport() {
return m_stats.XReport();
}
public string StatReport()
{
return m_stats.XReport();
}
protected void RemovePIDFile()
{