Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

@@ -91,12 +91,12 @@ namespace OpenSim.Region.Framework.Scenes
private static SceneManager m_instance = null;
public static SceneManager Instance
{
{
get {
if (m_instance == null)
m_instance = new SceneManager();
return m_instance;
}
}
}
private readonly DoubleDictionary<UUID, string, Scene> m_localScenes = new DoubleDictionary<UUID, string, Scene>();
@@ -340,7 +340,7 @@ namespace OpenSim.Region.Framework.Scenes
public bool TrySetCurrentScene(string regionName)
{
if ((String.Compare(regionName, "root") == 0)
if ((String.Compare(regionName, "root") == 0)
|| (String.Compare(regionName, "..") == 0)
|| (String.Compare(regionName, "/") == 0))
{
@@ -398,7 +398,7 @@ namespace OpenSim.Region.Framework.Scenes
return true;
}
}
scene = null;
return false;
}
@@ -415,7 +415,7 @@ namespace OpenSim.Region.Framework.Scenes
return true;
}
}
scene = null;
return false;
}