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/command/SequenceCommand.java

    r8456 r8510  
    5050
    5151    @Override public boolean executeCommand() {
    52         for (int i=0; i < sequence.length; i++) {
     52        for (int i = 0; i < sequence.length; i++) {
    5353            boolean result = sequence[i].executeCommand();
    5454            if (!result && !continueOnError) {
Note: See TracChangeset for help on using the changeset viewer.