From 6a1b787436cc59043a26a296781e7a7b5ea0c67b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 14 May 2008 05:33:32 +0000 Subject: More formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 ++++-- OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index af20687..32432b4 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -4601,13 +4601,15 @@ namespace OpenSim.Region.ClientStack.LindenUDP ObjectIncludeInSearchPacket packInSearch = (ObjectIncludeInSearchPacket)Pack; handlerObjectIncludeInSearch = null; - foreach (ObjectIncludeInSearchPacket.ObjectDataBlock objData in packInSearch.ObjectData) { + foreach (ObjectIncludeInSearchPacket.ObjectDataBlock objData in packInSearch.ObjectData) + { bool inSearch = objData.IncludeInSearch; uint localID = objData.ObjectLocalID; handlerObjectIncludeInSearch = OnObjectIncludeInSearch; - if (handlerObjectIncludeInSearch != null) { + if (handlerObjectIncludeInSearch != null) + { handlerObjectIncludeInSearch(this, inSearch, localID); } } diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index c6da96e..8f90f34 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs @@ -148,7 +148,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP return; } - lock (this) { + lock (this) + { switch (item.throttleType) { case ThrottleOutPacketType.Resend: -- cgit v1.1