Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (11 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/actions/SessionSaveAsAction.java

    r8509 r8510  
    193193
    194194            int numNoExporter = 0;
    195             WHILE:while (numNoExporter != noExporter.size()) {
     195            WHILE: while (numNoExporter != noExporter.size()) {
    196196                numNoExporter = noExporter.size();
    197197                for (Layer layer : layers) {
     
    223223                }
    224224                wrapper.add(exportPanel, GBC.std().fill(GBC.HORIZONTAL));
    225                 ip.add(wrapper, GBC.eol().fill(GBC.HORIZONTAL).insets(2,2,4,2));
    226             }
    227             ip.add(GBC.glue(0,1), GBC.eol().fill(GBC.VERTICAL));
     225                ip.add(wrapper, GBC.eol().fill(GBC.HORIZONTAL).insets(2, 2, 4, 2));
     226            }
     227            ip.add(GBC.glue(0, 1), GBC.eol().fill(GBC.VERTICAL));
    228228            JScrollPane sp = new JScrollPane(ip);
    229229            sp.setBorder(BorderFactory.createEmptyBorder());
     
    244244            p.add(include, GBC.std());
    245245            p.add(lbl, GBC.std());
    246             p.add(GBC.glue(1,0), GBC.std().fill(GBC.HORIZONTAL));
     246            p.add(GBC.glue(1, 0), GBC.std().fill(GBC.HORIZONTAL));
    247247            return p;
    248248        }
Note: See TracChangeset for help on using the changeset viewer.