From b9b996be38f54f384ed614441e2275f3862fd540 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 10 Sep 2008 05:17:28 +0000 Subject: Update svn properties, minor formatting cleanup. Fix unreachable code due to typo in llDetectedGroup. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index ffd7001..6235381 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -3405,7 +3405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP List msg = new List(); - if(handlerGenericMessage != null) + if (handlerGenericMessage != null) { string method = Util.FieldToString(gmpack.MethodData.Method); foreach (GenericMessagePacket.ParamListBlock block in gmpack.ParamList) -- cgit v1.1