From b2d6b0a3d42761ca76ac9d5725846567ed579afa Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 27 Oct 2008 01:43:59 +0000 Subject: Update svn properties, minor formatting cleanup. --- .../ClientStack/LindenUDP/Tests/TestLLUDPServer.cs | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) mode change 100755 => 100644 OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs old mode 100755 new mode 100644 index 252b2fc..8170150 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs @@ -89,18 +89,18 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests OnReceivedData(result); } - /// - /// Has a circuit with the given code been established? - /// - /// - /// - public bool HasCircuit(uint circuitCode) - { - lock (clientCircuits_reverse) - { - return clientCircuits_reverse.ContainsKey(circuitCode); - } - } + /// + /// Has a circuit with the given code been established? + /// + /// + /// + public bool HasCircuit(uint circuitCode) + { + lock (clientCircuits_reverse) + { + return clientCircuits_reverse.ContainsKey(circuitCode); + } + } } /// -- cgit v1.1