From b16abc8166c29585cb76cc55c3bdd76e5833cb4f Mon Sep 17 00:00:00 2001
From: Melanie Thielker
Date: Thu, 5 Jan 2017 19:07:37 +0000
Subject: Massive tab and trailing space cleanup
---
.../Region/Framework/Interfaces/IGroupsMessagingModule.cs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs')
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs
index 7dc1552..46d6863 100644
--- a/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IGroupsMessagingModule.cs
@@ -34,9 +34,9 @@ namespace OpenSim.Region.Framework.Interfaces
///
/// Provide mechanisms for messaging groups.
///
- ///
+ ///
/// TODO: Provide a mechanism for receiving group messages as well as sending them
- ///
+ ///
public interface IGroupsMessagingModule
{
///
@@ -56,13 +56,13 @@ namespace OpenSim.Region.Framework.Interfaces
/// True if the chat session was started successfully, false otherwise.
///
bool StartGroupChatSession(UUID agentID, UUID groupID);
-
+
///
/// Send a message to each member of a group whose chat session is active.
///
///
/// The message itself. The fields that must be populated are
- ///
+ ///
/// imSessionID - Populate this with the group ID (session ID and group ID are currently identical)
/// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog
/// message - The message itself
@@ -76,7 +76,7 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
/// The message itself. The fields that must be populated are
- ///
+ ///
/// imSessionID - Populate this with the group ID (session ID and group ID are currently identical)
/// fromAgentName - Populate this with whatever arbitrary name you want to show up in the chat dialog
/// message - The message itself
@@ -84,7 +84,7 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
///
- /// The requesting agent to use when querying the groups service. Sometimes this is different from
+ /// The requesting agent to use when querying the groups service. Sometimes this is different from
/// im.fromAgentID, with group notices, for example.
///
///
--
cgit v1.1