aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-16 01:22:11 +0000
committerJeff Ames2008-05-16 01:22:11 +0000
commit65c5efe43b68700bad94076d4cd421160203c5de (patch)
tree589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Tests/Common/DoubleToleranceConstraint.cs
parentThank you very much, mjm for : (diff)
downloadopensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip
opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz
opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2
opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/DoubleToleranceConstraint.cs6
1 files changed, 3 insertions, 3 deletions
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
39 { 39 {
40 _baseValue = baseValue; 40 _baseValue = baseValue;
41 } 41 }
42 42
43 ///<summary> 43 ///<summary>
44 ///Test whether the constraint is satisfied by a given value 44 ///Test whether the constraint is satisfied by a given value
45 ///</summary> 45 ///</summary>
46 ///<param name="valueToBeTested">The value to be tested</param> 46 ///<param name="valueToBeTested">The value to be tested</param>
47 ///<returns> 47 ///<returns>
@@ -70,7 +70,7 @@ namespace OpenSim.Tests.Common
70 70
71 public override void WriteActualValueTo(MessageWriter writer) 71 public override void WriteActualValueTo(MessageWriter writer)
72 { 72 {
73 writer.WriteActualValue(_valueToBeTested); 73 writer.WriteActualValue(_valueToBeTested);
74 } 74 }
75 } 75 }
76} 76}