diff options
author | Jeff Ames | 2008-05-18 23:06:50 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-18 23:06:50 +0000 |
commit | 6ec680918bc6876f1c1382fb534b653fc34da052 (patch) | |
tree | 7eedbb3fa05b9540de9bba4a583795f1ba919de4 /OpenSim/Region/DataSnapshot/EstateSnapshot.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC-6ec680918bc6876f1c1382fb534b653fc34da052.zip opensim-SC-6ec680918bc6876f1c1382fb534b653fc34da052.tar.gz opensim-SC-6ec680918bc6876f1c1382fb534b653fc34da052.tar.bz2 opensim-SC-6ec680918bc6876f1c1382fb534b653fc34da052.tar.xz |
Formatting cleanup, minor refactoring. Fixed some comparisons of value types and null.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/DataSnapshot/EstateSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/EstateSnapshot.cs b/OpenSim/Region/DataSnapshot/EstateSnapshot.cs index 40b96d5..9a25c1d 100644 --- a/OpenSim/Region/DataSnapshot/EstateSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/EstateSnapshot.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Region.DataSnapshot.Providers | |||
38 | /* This module doesn't check for changes, since it's *assumed* there are none. | 38 | /* This module doesn't check for changes, since it's *assumed* there are none. |
39 | * Nevertheless, it's possible to have changes, since all the fields are public. | 39 | * Nevertheless, it's possible to have changes, since all the fields are public. |
40 | * There's no event to subscribe to. :/ | 40 | * There's no event to subscribe to. :/ |
41 | * | 41 | * |
42 | * I don't think anything changes the fields beyond RegionModule PostInit, however. | 42 | * I don't think anything changes the fields beyond RegionModule PostInit, however. |
43 | */ | 43 | */ |
44 | private Scene m_scene = null; | 44 | private Scene m_scene = null; |