diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs index d61ee61..22fc84d 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODEModule.cs | |||
@@ -9,14 +9,14 @@ using OpenSim.Region.Framework.Interfaces; | |||
9 | 9 | ||
10 | namespace OpenSim.Region.PhysicsModule.ODE | 10 | namespace OpenSim.Region.PhysicsModule.ODE |
11 | { | 11 | { |
12 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ODEPhysicsScene")] | 12 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ODEPhysicsScene")] |
13 | public class OdeModule : INonSharedRegionModule | 13 | public class OdeModule : INonSharedRegionModule |
14 | { | 14 | { |
15 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 15 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
16 | 16 | ||
17 | private bool m_Enabled = false; | 17 | private bool m_Enabled = false; |
18 | private IConfigSource m_config; | 18 | private IConfigSource m_config; |
19 | private OdeScene m_scene; | 19 | private OdeScene m_scene; |
20 | 20 | ||
21 | #region INonSharedRegionModule | 21 | #region INonSharedRegionModule |
22 | 22 | ||
@@ -84,6 +84,6 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
84 | 84 | ||
85 | m_scene.RegionLoaded(); | 85 | m_scene.RegionLoaded(); |
86 | } | 86 | } |
87 | #endregion | 87 | #endregion |
88 | } | 88 | } |
89 | } | 89 | } |