Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 9064)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java	(revision 9065)
@@ -458,5 +458,5 @@
     /**
      * Worker function for drawing areas.
-     * 
+     *
      * @param osm the primitive
      * @param path the path object for the area that should be drawn; in case
@@ -470,5 +470,5 @@
      * @param unclosedHighlight true, if the fact that the way / multipolygon is not
      * properly closed should be highlighted; this parameter is only used
-     * for partial fill ({@code extent != null}), otherwise it is ignored 
+     * for partial fill ({@code extent != null}), otherwise it is ignored
      * @param disabled If this should be drawn with a special disabled style.
      * @param text The text to write on the area.
@@ -490,5 +490,5 @@
                 } else {
                     if (unclosedHighlight) {
-                        g.setStroke(new BasicStroke((int)(unclosedAreaHighlightWidth / 100 * extent),
+                        g.setStroke(new BasicStroke((int) (unclosedAreaHighlightWidth / 100 * extent),
                                 BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER));
                         g.draw(area);
@@ -513,5 +513,5 @@
                 } else {
                     if (unclosedHighlight) {
-                        g.setStroke(new BasicStroke((int)(unclosedAreaHighlightWidth / 100 * extent),
+                        g.setStroke(new BasicStroke((int) (unclosedAreaHighlightWidth / 100 * extent),
                                 BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER));
                         g.draw(area);
