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/Tests/Common/DoubleToleranceConstraint.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Tests/Common/DoubleToleranceConstraint.cs') diff --git a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs index a766549..c7a6ecc 100644 --- a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs +++ b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs @@ -39,9 +39,9 @@ namespace OpenSim.Tests.Common { _baseValue = baseValue; } - + /// - ///Test whether the constraint is satisfied by a given value + ///Test whether the constraint is satisfied by a given value /// ///The value to be tested /// @@ -70,7 +70,7 @@ namespace OpenSim.Tests.Common public override void WriteActualValueTo(MessageWriter writer) { - writer.WriteActualValue(_valueToBeTested); + writer.WriteActualValue(_valueToBeTested); } } } -- cgit v1.1