Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java

    r10250 r10378  
    569569                return null;
    570570            Stack<NodePair> path = new Stack<>();
    571             Stack<NodePair> nextPairs  = new Stack<>();
     571            Stack<NodePair> nextPairs = new Stack<>();
    572572            nextPairs.addAll(getOutboundPairs(startNode));
    573573            while (!nextPairs.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.