From 27f4974753851d42e2c5939b06adbf1d9635a6ea Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Fri, 6 Sep 2019 04:50:30 -0700
Subject: [PATCH] whitespace

---
 examples/src/OpenDis7Examples/EspduSender.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/OpenDis7Examples/EspduSender.java b/examples/src/OpenDis7Examples/EspduSender.java
index e9eca81d28..41e77d4e27 100644
--- a/examples/src/OpenDis7Examples/EspduSender.java
+++ b/examples/src/OpenDis7Examples/EspduSender.java
@@ -143,7 +143,7 @@ public class EspduSender
 		entityID.setSiteID       ((short)1); // TODO utility method to allow int values
 		entityID.setApplicationID((short)2);
 		entityID.setEntityID     ((short)3);
-        espdu.setEntityID(entityID);
+                espdu.setEntityID(entityID);
 
 		// Set the entity type. SISO has a big list of enumerations, so that by
 		// specifying various numbers we can say this is an M1A2 American tank,
-- 
GitLab