From 1a4f07b36a9eb655630c1546d161cea7b1ad9d7f Mon Sep 17 00:00:00 2001 From: Paul Speed Date: Thu, 10 Jul 2014 01:38:19 -0400 Subject: [PATCH] Fixing tabs to spaces. --- .../java/com/jme3/scene/VertexBuffer.java | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java b/jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java index 9400dc466..203c85a3f 100644 --- a/jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java +++ b/jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java @@ -84,12 +84,12 @@ public class VertexBuffer extends NativeObject implements Savable, Cloneable { */ Color, - /** - * Tangent vector, normalized (4 floats) (x,y,z,w). The w component is - * called the binormal parity, is not normalized, and is either 1f or - * -1f. It's used to compute the direction on the binormal vector on the - * GPU at render time. - */ + /** + * Tangent vector, normalized (4 floats) (x,y,z,w). The w component is + * called the binormal parity, is not normalized, and is either 1f or + * -1f. It's used to compute the direction on the binormal vector on the + * GPU at render time. + */ Tangent, /** @@ -208,12 +208,12 @@ public class VertexBuffer extends NativeObject implements Savable, Cloneable { HWBoneIndex, /** - * Information about this instance. + * Information about this instance. * - * Format should be {@link Format#Float} and number of components - * should be 16. - */ - InstanceData + * Format should be {@link Format#Float} and number of components + * should be 16. + */ + InstanceData } /**