diff game/IDMPoint.java @ 134:4c0dec72e2f0

Whitespace cosmetic cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:51:54 +0200
parents c4d0ceec99ef
children d6d92845d6a2
line wrap: on
line diff
--- a/game/IDMPoint.java	Thu Nov 24 21:50:41 2011 +0200
+++ b/game/IDMPoint.java	Thu Nov 24 21:51:54 2011 +0200
@@ -7,7 +7,7 @@
 public class IDMPoint
 {
     public float x, y;
-    
+
     public IDMPoint(float x, float y)
     {
         this.x = x;