From 2ba51d9a60dd32cab1107f444d0e4e2928a3436e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 2 Jun 2022 04:31:31 -0700 Subject: [PATCH] whitespace for readability --- examples/src/OpenDis7Examples/ExampleTrackInterpolation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/src/OpenDis7Examples/ExampleTrackInterpolation.java b/examples/src/OpenDis7Examples/ExampleTrackInterpolation.java index 27297f0ae0..cdf6743540 100644 --- a/examples/src/OpenDis7Examples/ExampleTrackInterpolation.java +++ b/examples/src/OpenDis7Examples/ExampleTrackInterpolation.java @@ -31,8 +31,8 @@ public class ExampleTrackInterpolation extends ExampleSimulationProgram { // -------------------- Begin Variables for X3D autogenerated code private X3dCreateInterpolators x3dInterpolators = new X3dCreateInterpolators(); - private X3dCreateLineSet x3dLineSet = new X3dCreateLineSet(); - private byte[] globalByteBufferForX3dInterpolators = null; + private X3dCreateLineSet x3dLineSet = new X3dCreateLineSet(); + private byte[] globalByteBufferForX3dInterpolators = null; // -------------------- End Variables for X3D autogenerated code ArrayList<Pdu> pduSentList = new ArrayList<>(); -- GitLab