Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-06-18 03:50:39 +00:00
parent 7a11f6f1e2
commit a728417eda
5 changed files with 55 additions and 72 deletions

View File

@@ -183,7 +183,7 @@ namespace OpenSim.Framework.Servers
switch (ShowWhat)
{
case "info":
Notice("Version: " + m_version );
Notice("Version: " + m_version);
Notice("Startup directory: " + m_startupDirectory);
break;