From c41387b86462b66479cc547b515820d706dbcd6a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 10 Sep 2009 15:57:53 +0900 Subject: Formatting cleanup. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index dd50073..f6ae639 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -3168,7 +3168,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP if (m_imageManager.ProcessImageQueue(m_textureSendLimit, m_textureDataLimit)) { - lock(m_textureRequestTimer) + lock (m_textureRequestTimer) m_textureRequestTimer.Start(); } } -- cgit v1.1