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/AlignInLineAction.java

    r10347 r10378  
    336336            return lines.get(0).projectionCommand(node);
    337337        else if (lines.size() == 2)
    338             return lines.get(0).intersectionCommand(node,  lines.get(1));
     338            return lines.get(0).intersectionCommand(node, lines.get(1));
    339339        throw new InvalidSelection();
    340340    }
Note: See TracChangeset for help on using the changeset viewer.