From a5f08b430d644c7a4274db9fff3db0c63a6a7857 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sat, 17 May 2008 00:06:35 +0000 Subject: Formatting cleanup. --- .../Region/ClientStack/LindenUDP/LLClientView.cs | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 4d27a0c..180a806 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -5007,25 +5007,25 @@ namespace OpenSim.Region.ClientStack.LindenUDP RezScriptPacket rezScriptx = (RezScriptPacket)Pack; handlerRezScript = OnRezScript; - InventoryItemBase item=new InventoryItemBase(); - item.ID=rezScriptx.InventoryBlock.ItemID; - item.Folder=rezScriptx.InventoryBlock.FolderID; - item.Creator=rezScriptx.InventoryBlock.CreatorID; - item.Owner=rezScriptx.InventoryBlock.OwnerID; - item.BasePermissions=rezScriptx.InventoryBlock.BaseMask; - item.CurrentPermissions=rezScriptx.InventoryBlock.OwnerMask; - item.EveryOnePermissions=rezScriptx.InventoryBlock.EveryoneMask; - item.NextPermissions=rezScriptx.InventoryBlock.NextOwnerMask; - item.GroupOwned=rezScriptx.InventoryBlock.GroupOwned; - item.GroupID=rezScriptx.InventoryBlock.GroupID; - item.AssetType=rezScriptx.InventoryBlock.Type; - item.InvType=rezScriptx.InventoryBlock.InvType; - item.Flags=rezScriptx.InventoryBlock.Flags; - item.SaleType=rezScriptx.InventoryBlock.SaleType; - item.SalePrice=rezScriptx.InventoryBlock.SalePrice; - item.Name=Util.FieldToString(rezScriptx.InventoryBlock.Name); - item.Description=Util.FieldToString(rezScriptx.InventoryBlock.Description); - item.CreationDate=(int)rezScriptx.InventoryBlock.CreationDate; + InventoryItemBase item=new InventoryItemBase(); + item.ID=rezScriptx.InventoryBlock.ItemID; + item.Folder=rezScriptx.InventoryBlock.FolderID; + item.Creator=rezScriptx.InventoryBlock.CreatorID; + item.Owner=rezScriptx.InventoryBlock.OwnerID; + item.BasePermissions=rezScriptx.InventoryBlock.BaseMask; + item.CurrentPermissions=rezScriptx.InventoryBlock.OwnerMask; + item.EveryOnePermissions=rezScriptx.InventoryBlock.EveryoneMask; + item.NextPermissions=rezScriptx.InventoryBlock.NextOwnerMask; + item.GroupOwned=rezScriptx.InventoryBlock.GroupOwned; + item.GroupID=rezScriptx.InventoryBlock.GroupID; + item.AssetType=rezScriptx.InventoryBlock.Type; + item.InvType=rezScriptx.InventoryBlock.InvType; + item.Flags=rezScriptx.InventoryBlock.Flags; + item.SaleType=rezScriptx.InventoryBlock.SaleType; + item.SalePrice=rezScriptx.InventoryBlock.SalePrice; + item.Name=Util.FieldToString(rezScriptx.InventoryBlock.Name); + item.Description=Util.FieldToString(rezScriptx.InventoryBlock.Description); + item.CreationDate=(int)rezScriptx.InventoryBlock.CreationDate; if (handlerRezScript != null) { -- cgit v1.1