Changeset 1077 in josm


Ignore:
Timestamp:
Nov 14, 2008 1:04:31 AM (5 years ago)
Author:
framm
Message:

codestyle cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java

    r1019 r1077  
    338338                regionalNameOrder = Main.pref.get("mappaint.nameOrder", "name:"+currentLocale+";name;int_name").split(";"); 
    339339 
    340                 if(styles.hasAreas()) 
    341                 { 
     340                if (styles.hasAreas()) { 
    342341                        Collection<Way> noAreaWays = new LinkedList<Way>(); 
    343342 
     
    369368                                osm.visit(this); 
    370369 
    371                 if(virtualNodeSize != 0) 
     370                if (virtualNodeSize != 0) 
    372371                { 
    373372                        currentColor = nodeColor; 
Note: See TracChangeset for help on using the changeset viewer.