Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 9370)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 9372)
@@ -87,5 +87,5 @@
 
     private LatLon random(Bounds b) {
-        for (int i=0; i<20; i++) {
+        for (int i = 0; i < 20; i++) {
             double lat = rand.nextDouble() * (b.getMax().lat() - b.getMin().lat()) + b.getMin().lat();
             double lon = rand.nextDouble() * (b.getMax().lon() - b.getMin().lon()) + b.getMin().lon();
@@ -134,5 +134,5 @@
         }
         Bounds b = p.getWorldBoundsLatLon();
-        for (int i=0; i<NUM_IT; i++) {
+        for (int i = 0; i < NUM_IT; i++) {
             LatLon ll1 = random(b);
             EastNorth en = p.latlon2eastNorth(ll1);
