From 2be0f7a6f0b66e25b0d7e0e6cfee93f0c41b562b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 30 Dec 2008 01:08:07 +0000 Subject: Update svn properties, minor formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 962071b..36eaf95 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -8248,7 +8248,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP ap.Data = new AvatarPicksReplyPacket.DataBlock[picks.Count]; int i = 0; - foreach(KeyValuePair pick in picks) + foreach (KeyValuePair pick in picks) { ap.Data[i] = new AvatarPicksReplyPacket.DataBlock(); ap.Data[i].PickID = pick.Key; @@ -8272,7 +8272,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP ac.Data = new AvatarClassifiedReplyPacket.DataBlock[classifieds.Count]; int i = 0; - foreach(KeyValuePair classified in classifieds) + foreach (KeyValuePair classified in classifieds) { ac.Data[i] = new AvatarClassifiedReplyPacket.DataBlock(); ac.Data[i].ClassifiedID = classified.Key; -- cgit v1.1