From 2a2ef42e64e202c81762adf0cc0e4cb1393f71ef Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 24 Apr 2008 12:27:24 +0000 Subject: replace hard tabs with 4 spaces to be consistant in the source. Please adjust your editors to not use hard tabs. --- OpenSim/Framework/TaskInventoryItem.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'OpenSim/Framework/TaskInventoryItem.cs') diff --git a/OpenSim/Framework/TaskInventoryItem.cs b/OpenSim/Framework/TaskInventoryItem.cs index 1eff696..615644b 100644 --- a/OpenSim/Framework/TaskInventoryItem.cs +++ b/OpenSim/Framework/TaskInventoryItem.cs @@ -154,14 +154,14 @@ namespace OpenSim.Framework "lsl_text", String.Empty, String.Empty, - "bodypart", + "bodypart", String.Empty, "snapshot", String.Empty, String.Empty, "wearable", - "animation", - "gesture" + "animation", + "gesture" }; @@ -183,15 +183,15 @@ namespace OpenSim.Framework "lsltext", "lslbyte", "txtr_tga", - "bodypart", + "bodypart", "trash", "snapshot", "lstndfnd", "snd_wav", "img_tga", "jpeg", - "animatn", - "gesture" + "animatn", + "gesture" }; public LLUUID ItemID = LLUUID.Zero; @@ -214,8 +214,8 @@ namespace OpenSim.Framework public string Name = String.Empty; public string Description = String.Empty; public uint CreationDate = 0; - public LLUUID PermsGranter; - public int PermsMask; + public LLUUID PermsGranter; + public int PermsMask; public LLUUID ParentPartID = LLUUID.Zero; -- cgit v1.1