mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Formatting cleanup.
This commit is contained in:
@@ -54,9 +54,9 @@ namespace OpenSim.Framework.Servers
|
||||
/// </summary>
|
||||
public virtual void Shutdown()
|
||||
{
|
||||
if(m_console != null)
|
||||
if (m_console != null)
|
||||
{
|
||||
m_console.Close();
|
||||
m_console.Close();
|
||||
}
|
||||
Environment.Exit(0);
|
||||
}
|
||||
@@ -112,7 +112,7 @@ namespace OpenSim.Framework.Servers
|
||||
/// </summary>
|
||||
private void Notice(string msg)
|
||||
{
|
||||
if(m_console != null)
|
||||
if (m_console != null)
|
||||
{
|
||||
m_console.Notice(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user