From 606e831ff5337fb5e94dcebf9d6852bd4c434d4b Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Thu, 1 Oct 2009 09:38:36 +0900
Subject: Formatting cleanup.
---
OpenSim/Region/Framework/Scenes/Border.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'OpenSim/Region/Framework/Scenes/Border.cs')
diff --git a/OpenSim/Region/Framework/Scenes/Border.cs b/OpenSim/Region/Framework/Scenes/Border.cs
index 1488c5b..c6a6511 100644
--- a/OpenSim/Region/Framework/Scenes/Border.cs
+++ b/OpenSim/Region/Framework/Scenes/Border.cs
@@ -55,11 +55,11 @@ namespace OpenSim.Region.Framework.Scenes
/// Creates a Border. The line is perpendicular to the direction cardinal.
/// IE: if the direction cardinal is South, the line is West->East
///
- /// The starting point for the line of the border.
- /// The position of an object must be greater then this for this border to trigger.
+ /// The starting point for the line of the border.
+ /// The position of an object must be greater then this for this border to trigger.
/// Perpendicular to the direction cardinal
- /// The ending point for the line of the border.
- /// The position of an object must be less then this for this border to trigger.
+ /// The ending point for the line of the border.
+ /// The position of an object must be less then this for this border to trigger.
/// Perpendicular to the direction cardinal
/// The position that triggers border the border
/// cross parallel to the direction cardinal. On the North cardinal, this
--
cgit v1.1