diff options
author | Curtis Rueden <[email protected]> | 2015-04-09 13:34:27 -0500 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-10-06 07:00:16 -0500 |
commit | b18ec8f76feee4a6100fd2586ccd0543e06937c1 (patch) | |
tree | c8808fec10a0d81e20ef2e820f3253b53e5de335 | |
parent | a7b41b3d7f972089da468f25931236241c566de7 (diff) |
Font3D: tweak whitespace
-rw-r--r-- | src/javax/media/j3d/Font3D.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/media/j3d/Font3D.java b/src/javax/media/j3d/Font3D.java index e99a661..4df6a6c 100644 --- a/src/javax/media/j3d/Font3D.java +++ b/src/javax/media/j3d/Font3D.java @@ -461,7 +461,7 @@ private static class IntVector { int[] contourCounts = new int[1]; int currCoordIndex = 0, vertOffset = 0; - ArrayList<GeometryArray> triangData = new ArrayList<GeometryArray>(); + ArrayList<GeometryArray> triangData = new ArrayList<GeometryArray>(); Point3f q1 = new Point3f(), q2 = new Point3f(), q3 = new Point3f(); Vector3f n1 = new Vector3f(), n2 = new Vector3f(); |