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/Framework/ILandChannel.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'OpenSim/Framework/ILandChannel.cs')
diff --git a/OpenSim/Framework/ILandChannel.cs b/OpenSim/Framework/ILandChannel.cs
index 63cc7eb..44a24b9 100644
--- a/OpenSim/Framework/ILandChannel.cs
+++ b/OpenSim/Framework/ILandChannel.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
List AllParcels();
-
+
///
/// Get the parcel at the specified point
///
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
ILandObject GetLandObject(int localID);
-
+
///
/// Clear the land channel of all parcels.
///
@@ -83,7 +83,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// If true, set up a default parcel covering the whole region owned by the estate owner.
///
void Clear(bool setupDefaultParcel);
-
+
bool IsForcefulBansAllowed();
void UpdateLandObject(int localID, LandData data);
void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient);
--
cgit v1.1