diff options
author | Jeff Ames | 2009-05-20 01:32:06 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-20 01:32:06 +0000 |
commit | e0bc5c5db2b88691c04b06be2fa73a75746126cb (patch) | |
tree | fa33ed724c57578d7ed76044f68940a4e09a8026 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.zip opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.gz opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.bz2 opensim-SC_OLD-e0bc5c5db2b88691c04b06be2fa73a75746126cb.tar.xz |
Add copyright headers, formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index f6da1e4..3067d75 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -395,7 +395,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
395 | return regionInfo; | 395 | return regionInfo; |
396 | } | 396 | } |
397 | 397 | ||
398 | if((!m_useRemoteRegionCache) || (!m_remoteRegionInfoCache.TryGetValue(regionHandle, out regionInfo))) | 398 | if ((!m_useRemoteRegionCache) || (!m_remoteRegionInfoCache.TryGetValue(regionHandle, out regionInfo))) |
399 | { | 399 | { |
400 | try | 400 | try |
401 | { | 401 | { |