From 5c360e7374d6d3529f7578195a86a13e3858389f Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 19 Aug 2008 13:07:24 +0000 Subject: Update svn properties, minor formatting cleanup. Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000) --- OpenSim/Framework/AvatarAppearance.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/AvatarAppearance.cs') diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 81cf372..a287201 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs @@ -511,7 +511,7 @@ namespace OpenSim.Framework public void SetAttachment(int attachpoint, LLUUID item, LLUUID asset) { - if(attachpoint == 0) + if (attachpoint == 0) return; if (item == LLUUID.Zero) @@ -532,7 +532,7 @@ namespace OpenSim.Framework { foreach (KeyValuePair kvp in m_attachments) { - if(kvp.Value[0] == itemID) + if (kvp.Value[0] == itemID) { return kvp.Key; } @@ -544,7 +544,7 @@ namespace OpenSim.Framework { int attachpoint = GetAttachpoint(itemID); - if(attachpoint > 0) + if (attachpoint > 0) m_attachments.Remove(attachpoint); } -- cgit v1.1