From 0d4e391f75a8c7f50075245fc57fe78269865efe Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 21 Oct 2008 14:08:30 +0000 Subject: Update svn properties, minor formatting cleanup. --- .../Rest/Inventory/RestInventoryServices.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs index 003c6ee..db7d1bd 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs @@ -296,15 +296,15 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory MsgId, rdata.userProfile.FirstName, rdata.userProfile.SurName); - lock (rdata) - { - if (!rdata.HaveInventory) - { - rdata.startWD(1000); - rdata.timeout = false; - Monitor.Wait(rdata); - } - } + lock (rdata) + { + if (!rdata.HaveInventory) + { + rdata.startWD(1000); + rdata.timeout = false; + Monitor.Wait(rdata); + } + } if (rdata.timeout) { -- cgit v1.1