aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
diff options
context:
space:
mode:
authorJeff Ames2010-02-22 12:25:59 +0900
committerJeff Ames2010-02-22 12:25:59 +0900
commit2dea162073dbc8622d47d95f5f0b1ca2c619a22a (patch)
treec66c2cbd65c5856ef35789301161fbe8efdf3a05 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-2dea162073dbc8622d47d95f5f0b1ca2c619a22a.zip
opensim-SC_OLD-2dea162073dbc8622d47d95f5f0b1ca2c619a22a.tar.gz
opensim-SC_OLD-2dea162073dbc8622d47d95f5f0b1ca2c619a22a.tar.bz2
opensim-SC_OLD-2dea162073dbc8622d47d95f5f0b1ca2c619a22a.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
index ac3e199..a898992 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
@@ -134,7 +134,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
134 try 134 try
135 { 135 {
136 new InventoryArchiveWriteRequest(id, this, m_aScene, userInfo, invPath, saveStream).Execute(); 136 new InventoryArchiveWriteRequest(id, this, m_aScene, userInfo, invPath, saveStream).Execute();
137 } 137 }
138 catch (EntryPointNotFoundException e) 138 catch (EntryPointNotFoundException e)
139 { 139 {
140 m_log.ErrorFormat( 140 m_log.ErrorFormat(
@@ -172,7 +172,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
172 try 172 try
173 { 173 {
174 new InventoryArchiveWriteRequest(id, this, m_aScene, userInfo, invPath, savePath).Execute(); 174 new InventoryArchiveWriteRequest(id, this, m_aScene, userInfo, invPath, savePath).Execute();
175 } 175 }
176 catch (EntryPointNotFoundException e) 176 catch (EntryPointNotFoundException e)
177 { 177 {
178 m_log.ErrorFormat( 178 m_log.ErrorFormat(
@@ -212,7 +212,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
212 try 212 try
213 { 213 {
214 request = new InventoryArchiveReadRequest(m_aScene, userInfo, invPath, loadStream); 214 request = new InventoryArchiveReadRequest(m_aScene, userInfo, invPath, loadStream);
215 } 215 }
216 catch (EntryPointNotFoundException e) 216 catch (EntryPointNotFoundException e)
217 { 217 {
218 m_log.ErrorFormat( 218 m_log.ErrorFormat(
@@ -254,7 +254,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
254 try 254 try
255 { 255 {
256 request = new InventoryArchiveReadRequest(m_aScene, userInfo, invPath, loadPath); 256 request = new InventoryArchiveReadRequest(m_aScene, userInfo, invPath, loadPath);
257 } 257 }
258 catch (EntryPointNotFoundException e) 258 catch (EntryPointNotFoundException e)
259 { 259 {
260 m_log.ErrorFormat( 260 m_log.ErrorFormat(