From 65c5efe43b68700bad94076d4cd421160203c5de Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 01:22:11 +0000 Subject: Formatting cleanup. --- OpenSim/Framework/InventoryItemBase.cs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'OpenSim/Framework/InventoryItemBase.cs') diff --git a/OpenSim/Framework/InventoryItemBase.cs b/OpenSim/Framework/InventoryItemBase.cs index dbf2085..8d873db 100644 --- a/OpenSim/Framework/InventoryItemBase.cs +++ b/OpenSim/Framework/InventoryItemBase.cs @@ -45,7 +45,7 @@ namespace OpenSim.Framework private int _assetType; /// - /// + /// /// private uint _basePermissions; @@ -69,12 +69,12 @@ namespace OpenSim.Framework private string _description; /// - /// + /// /// private uint _everyOnePermissions; /// - /// The folder this item is contained in + /// The folder this item is contained in /// private LLUUID _folder; @@ -93,34 +93,34 @@ namespace OpenSim.Framework /// private string _name; - + /// - /// + /// /// private LLUUID _groupID; /// - /// + /// /// private bool _groupOwned; /// - /// + /// /// private int _salePrice; /// - /// + /// /// private byte _saleType; /// - /// + /// /// private uint _flags; /// - /// + /// /// public int _creationDate; -- cgit v1.1