Applied Eclipse formatting.

This commit is contained in:
FrozenCow 2011-02-05 02:25:18 +01:00
parent 4f138a56da
commit 3940b91d0e
25 changed files with 1763 additions and 1708 deletions

View file

@ -1,6 +1,6 @@
package org.dynmap;
public class MapLocation {
public float x;
public float y;
public float x;
public float y;
}