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/Scenes/EntityBase.cs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs
index 18a2851..4b6ca49 100644
--- a/OpenSim/Region/Environment/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Environment.Scenes
{
[Serializable]
public abstract class EntityBase : ISerializable
- {
+ {
///
/// The scene to which this entity belongs
///
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Environment.Scenes
protected string m_name;
///
- ///
+ ///
///
public virtual string Name
{
@@ -67,7 +67,7 @@ namespace OpenSim.Region.Environment.Scenes
protected LLVector3 m_pos;
///
- ///
+ ///
///
public virtual LLVector3 AbsolutePosition
{
@@ -79,7 +79,7 @@ namespace OpenSim.Region.Environment.Scenes
protected LLVector3 m_rotationalvelocity;
///
- ///
+ ///
///
public virtual LLVector3 Velocity
{
@@ -118,7 +118,7 @@ namespace OpenSim.Region.Environment.Scenes
}
///
- ///
+ ///
///
public abstract void UpdateMovement();
--
cgit v1.1