From 6ec680918bc6876f1c1382fb534b653fc34da052 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 18 May 2008 23:06:50 +0000 Subject: Formatting cleanup, minor refactoring. Fixed some comparisons of value types and null. --- OpenSim/Region/DataSnapshot/EstateSnapshot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/DataSnapshot/EstateSnapshot.cs') 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 /* This module doesn't check for changes, since it's *assumed* there are none. * Nevertheless, it's possible to have changes, since all the fields are public. * There's no event to subscribe to. :/ - * + * * I don't think anything changes the fields beyond RegionModule PostInit, however. */ private Scene m_scene = null; -- cgit v1.1