Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMerger.java

    r8509 r8510  
    7878        gc.weightx = 0.0;
    7979        gc.weighty = 0.0;
    80         gc.insets = new Insets(10,0,10,0);
     80        gc.insets = new Insets(10, 0, 10, 0);
    8181        JLabel lblMyVersion = new JLabel(tr("My version"));
    8282        lblMyVersion.setToolTipText(tr("Properties in my dataset, i.e. the local dataset"));
     
    108108        gc.weightx = 0.0;
    109109        gc.weighty = 0.0;
    110         gc.insets = new Insets(0,5,0,5);
     110        gc.insets = new Insets(0, 5, 0, 5);
    111111        add(new JLabel(tr("Coordinates:")), gc);
    112112
     
    182182        gc.weightx = 0.0;
    183183        gc.weighty = 0.0;
    184         gc.insets = new Insets(0,5,0,5);
     184        gc.insets = new Insets(0, 5, 0, 5);
    185185        add(new JLabel(tr("Deleted State:")), gc);
    186186
     
    258258        gc.weightx = 0.0;
    259259        gc.weighty = 0.0;
    260         gc.insets = new Insets(0,5,0,5);
     260        gc.insets = new Insets(0, 5, 0, 5);
    261261        add(new JLabel(tr("Referenced by:")), gc);
    262262
Note: See TracChangeset for help on using the changeset viewer.