aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs
diff options
context:
space:
mode:
authorJeff Ames2009-04-14 11:38:33 +0000
committerJeff Ames2009-04-14 11:38:33 +0000
commitcad0aab7934bf0f81634c44fc03876f4b252eaa8 (patch)
tree36883ff05989dd98d67902dab94922fca6b564f7 /OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs
parentAdd copyright headers. (diff)
downloadopensim-SC_OLD-cad0aab7934bf0f81634c44fc03876f4b252eaa8.zip
opensim-SC_OLD-cad0aab7934bf0f81634c44fc03876f4b252eaa8.tar.gz
opensim-SC_OLD-cad0aab7934bf0f81634c44fc03876f4b252eaa8.tar.bz2
opensim-SC_OLD-cad0aab7934bf0f81634c44fc03876f4b252eaa8.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs
index 8f2f5a0..3bcd949 100644
--- a/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs
+++ b/OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs
@@ -132,7 +132,7 @@ namespace OpenSim.Tests.Common.Setup
132 m.Initialise(scene, config); 132 m.Initialise(scene, config);
133 scene.AddModule(m.Name, m); 133 scene.AddModule(m.Name, m);
134 } 134 }
135 else if(module is IRegionModuleBase) 135 else if (module is IRegionModuleBase)
136 { 136 {
137 // for the new system, everything has to be initialised first, 137 // for the new system, everything has to be initialised first,
138 // shared modules have to be post-initialised, then all get an AddRegion with the scene 138 // shared modules have to be post-initialised, then all get an AddRegion with the scene