diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs index 7798ebd..695784b 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | |||
@@ -740,7 +740,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
740 | 740 | ||
741 | // Scan the set of folders in the entity collection for an | 741 | // Scan the set of folders in the entity collection for an |
742 | // entry that matches the context folder. It is assumed that | 742 | // entry that matches the context folder. It is assumed that |
743 | // the only reliable indicator of this is a zero UUID ( using | 743 | // the only reliable indicator of this is a zero UUID (using |
744 | // implicit context), or the parent's UUID matches that of the | 744 | // implicit context), or the parent's UUID matches that of the |
745 | // URI designated node (explicit context). We don't allow | 745 | // URI designated node (explicit context). We don't allow |
746 | // ambiguity in this case because this is POST and we are | 746 | // ambiguity in this case because this is POST and we are |
@@ -1621,7 +1621,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
1621 | 1621 | ||
1622 | foreach (InventoryFolderBase parent in ic.rdata.folders) | 1622 | foreach (InventoryFolderBase parent in ic.rdata.folders) |
1623 | { | 1623 | { |
1624 | if ( parent.ID == result.ParentID ) | 1624 | if (parent.ID == result.ParentID) |
1625 | { | 1625 | { |
1626 | found = true; | 1626 | found = true; |
1627 | break; | 1627 | break; |
@@ -2002,7 +2002,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
2002 | 2002 | ||
2003 | foreach (InventoryFolderBase parent in ic.rdata.folders) | 2003 | foreach (InventoryFolderBase parent in ic.rdata.folders) |
2004 | { | 2004 | { |
2005 | if ( parent.ID == ic.Item.Folder ) | 2005 | if (parent.ID == ic.Item.Folder) |
2006 | { | 2006 | { |
2007 | found = true; | 2007 | found = true; |
2008 | break; | 2008 | break; |