From a4ad6a67b7647e4c321a242851f9d17968227fb2 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 24 Jul 2008 15:20:47 +0000 Subject: Update svn properties. Minor formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | 10 +++++----- OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 4 ++-- .../Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs index 31abadb..3cfc478 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs @@ -234,7 +234,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { DropResend(id); - AddAcks(ref packet); + AddAcks(ref packet); QueuePacket(packet, throttlePacketType, id); // We want to see that packet arrive if it's reliable @@ -246,8 +246,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP } } - private void AddAcks(ref Packet packet) - { + private void AddAcks(ref Packet packet) + { // Add acks to outgoing packets // if (m_PendingAcks.Count > 0) @@ -268,8 +268,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP break; } } - } - + } + private void QueuePacket( Packet packet, ThrottleOutPacketType throttlePacketType, Object id) diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 1a60f45..d7fd2c5 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs @@ -5320,8 +5320,8 @@ namespace OpenSim.Region.ScriptEngine.Common { m_host.AddScriptLPS(1); - if(m_host.ParentGroup == null) - return; + if (m_host.ParentGroup == null) + return; SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber); diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index ed320f8..201308d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs @@ -5118,9 +5118,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api public void llSetLinkPrimitiveParams(int linknumber, LSL_Types.list rules) { m_host.AddScriptLPS(1); - - if(m_host.ParentGroup == null) - return; + + if (m_host.ParentGroup == null) + return; SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber); -- cgit v1.1