Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-11 00:52:47 +00:00
parent d145700115
commit 5276c4bdf8
4 changed files with 486 additions and 485 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenSim.Region.Environment
}
} catch (ReflectionTypeLoadException e)
{
foreach(Exception e2 in e.LoaderExceptions)
foreach (Exception e2 in e.LoaderExceptions)
{
m_log.Error(e2.ToString());
}