diff options
author | Jeff Ames | 2009-04-14 11:38:33 +0000 |
---|---|---|
committer | Jeff Ames | 2009-04-14 11:38:33 +0000 |
commit | cad0aab7934bf0f81634c44fc03876f4b252eaa8 (patch) | |
tree | 36883ff05989dd98d67902dab94922fca6b564f7 /OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | |
parent | Add copyright headers. (diff) | |
download | opensim-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 'OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs')
-rw-r--r-- | OpenSim/Tests/Common/Setup/SceneSetupHelpers.cs | 2 |
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 |