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
---
OpenSim/Region/Framework/Interfaces/IMoapModule.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'OpenSim/Region/Framework/Interfaces/IMoapModule.cs')
diff --git a/OpenSim/Region/Framework/Interfaces/IMoapModule.cs b/OpenSim/Region/Framework/Interfaces/IMoapModule.cs
index 1d3d240..e8be70f 100644
--- a/OpenSim/Region/Framework/Interfaces/IMoapModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IMoapModule.cs
@@ -45,7 +45,7 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
MediaEntry GetMediaEntry(SceneObjectPart part, int face);
-
+
///
/// Set the media entry for a given prim face.
///
@@ -53,13 +53,13 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
void SetMediaEntry(SceneObjectPart part, int face, MediaEntry me);
-
+
///
/// Clear the media entry for a given prim face.
///
- ///
+ ///
/// This is the equivalent of setting a media entry of null
- ///
+ ///
///
/// /param>
void ClearMediaEntry(SceneObjectPart part, int face);
--
cgit v1.1