From 5800faa58d9dfe0244d40049cca7aa2a8ee4c395 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Sat, 31 Dec 2011 14:50:54 -0800 Subject: vecmath: remove trailing whitespace from all files Signed-off-by: Harvey Harrison --- src/javax/vecmath/TexCoord3f.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/javax/vecmath/TexCoord3f.java') diff --git a/src/javax/vecmath/TexCoord3f.java b/src/javax/vecmath/TexCoord3f.java index 0b712ac..8bbbb92 100644 --- a/src/javax/vecmath/TexCoord3f.java +++ b/src/javax/vecmath/TexCoord3f.java @@ -34,7 +34,7 @@ package javax.vecmath; import java.lang.Math; /** - * A 3 element texture coordinate that is represented by single precision + * A 3 element texture coordinate that is represented by single precision * floating point x,y,z coordinates. * */ @@ -79,8 +79,8 @@ public class TexCoord3f extends Tuple3f implements java.io.Serializable { /** * Constructs and initializes a TexCoord3f from the specified Tuple3f. * @param t1 the Tuple3f containing the initialization x y z data - */ - public TexCoord3f(Tuple3f t1) + */ + public TexCoord3f(Tuple3f t1) { super(t1); } @@ -89,8 +89,8 @@ public class TexCoord3f extends Tuple3f implements java.io.Serializable { /** * Constructs and initializes a TexCoord3f from the specified Tuple3d. * @param t1 the Tuple3d containing the initialization x y z data - */ - public TexCoord3f(Tuple3d t1) + */ + public TexCoord3f(Tuple3d t1) { super(t1); } -- cgit v1.2.3