comparison 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
comparison
equal deleted inserted replaced
133:881deac2daf8 134:4c0dec72e2f0
5 package game; 5 package game;
6 6
7 public class IDMPoint 7 public class IDMPoint
8 { 8 {
9 public float x, y; 9 public float x, y;
10 10
11 public IDMPoint(float x, float y) 11 public IDMPoint(float x, float y)
12 { 12 {
13 this.x = x; 13 this.x = x;
14 this.y = y; 14 this.y = y;
15 } 15 }