diff game/Interpolate.java @ 134:4c0dec72e2f0

Whitespace cosmetic cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:51:54 +0200
parents 41c6cca69d60
children d6d92845d6a2
line wrap: on
line diff
--- a/game/Interpolate.java	Thu Nov 24 21:50:41 2011 +0200
+++ b/game/Interpolate.java	Thu Nov 24 21:51:54 2011 +0200
@@ -16,7 +16,7 @@
         this.end = end;
         this.steps = steps;
     }
-    
+
     public float getValue(float step)
     {
         float n = step / steps;