aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs
diff options
context:
space:
mode:
authorJeff Ames2008-03-18 03:41:05 +0000
committerJeff Ames2008-03-18 03:41:05 +0000
commit9f7639fd6d2d7fd37587223259303377ee15bab4 (patch)
tree686d6d493fda3dd2de2fa83221a1e5500ddcd37a /OpenSim/Region/Communications/Local/LocalLoginService.cs
parentBuilding on Joha's update... (diff)
downloadopensim-SC_OLD-9f7639fd6d2d7fd37587223259303377ee15bab4.zip
opensim-SC_OLD-9f7639fd6d2d7fd37587223259303377ee15bab4.tar.gz
opensim-SC_OLD-9f7639fd6d2d7fd37587223259303377ee15bab4.tar.bz2
opensim-SC_OLD-9f7639fd6d2d7fd37587223259303377ee15bab4.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 6088890..3a7e324 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -246,7 +246,6 @@ namespace OpenSim.Region.Communications.Local
246 246
247 return new InventoryData(AgentInventoryArray, userInventory.InventoryRoot.FolderID); 247 return new InventoryData(AgentInventoryArray, userInventory.InventoryRoot.FolderID);
248 } 248 }
249
250 } 249 }
251 } 250 }
252} 251}