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/IAvatarFactory.cs | 2 +- OpenSim/Region/Environment/Interfaces/IScenePermissions.cs | 2 +- OpenSim/Region/Environment/Interfaces/ITextureSender.cs | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs index 86958d1..d03e167 100644 --- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs +++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs @@ -31,7 +31,7 @@ using OpenSim.Region.Environment.Scenes; namespace OpenSim.Region.Environment.Interfaces { - public interface IAvatarFactory + public interface IAvatarFactory { bool TryGetAvatarAppearance(LLUUID avatarId, out AvatarAppearance appearance); void UpdateDatabase(LLUUID userID, AvatarAppearance avatAppearance); diff --git a/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs b/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs index f28b46c..eba4a04 100644 --- a/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs +++ b/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs @@ -28,7 +28,7 @@ using libsecondlife; namespace OpenSim.Region.Environment.Interfaces -{ +{ public interface IScenePermissions { } 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