Update svn properties, add copyright headers, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2009-02-20 02:33:54 +00:00
parent 5e39e515f9
commit 7d4846462b
11 changed files with 1654 additions and 1609 deletions

View File

@@ -437,7 +437,7 @@ namespace OpenSim
private IAssetServer loadAssetServer(string id, PluginInitialiserBase pi)
{
if(id != null && id != String.Empty)
if (id != null && id != String.Empty)
{
m_log.DebugFormat("[OPENSIMBASE] Attempting to load asset server id={0}", id);