From 65c5efe43b68700bad94076d4cd421160203c5de Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 01:22:11 +0000 Subject: Formatting cleanup. --- OpenSim/Region/Environment/Interfaces/ITextureSender.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces/ITextureSender.cs') diff --git a/OpenSim/Region/Environment/Interfaces/ITextureSender.cs b/OpenSim/Region/Environment/Interfaces/ITextureSender.cs index 1b9e4eb..ece1953 100644 --- a/OpenSim/Region/Environment/Interfaces/ITextureSender.cs +++ b/OpenSim/Region/Environment/Interfaces/ITextureSender.cs @@ -31,17 +31,17 @@ namespace OpenSim.Region.Environment.Interfaces /// Interface for an object which can send texture information to a client /// public interface ITextureSender - { + { /// /// Are we in the process of sending the texture? /// bool Sending { get; set; } - + /// /// Has the texture send been cancelled? /// bool Cancel { get; set; } - + /// /// Update the non data properties of a texture request /// @@ -53,6 +53,6 @@ namespace OpenSim.Region.Environment.Interfaces /// Send a texture packet to the client. /// /// True if the last packet has been sent, false otherwise. - bool SendTexturePacket(); + bool SendTexturePacket(); } } -- cgit v1.1