From fbd37c420fff59968b31dfa8b4f25b23ca72d466 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 6 Jun 2008 01:19:15 +0000 Subject: Minor formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 53e92ae..4a56048 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs @@ -474,10 +474,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP clientCircuits_reverse.Remove(circuitcode); - lock(clientCircuits) { + lock (clientCircuits) { clientCircuits.Remove(sendto); } - lock(proxyCircuits) { + lock (proxyCircuits) { proxyCircuits.Remove(circuitcode); } } @@ -523,4 +523,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP PacketServer.AddNewClient(userEP, useCircuit, m_assetCache, m_authenticateSessionsClass, proxyEP); } } -} \ No newline at end of file +} -- cgit v1.1