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/test/unit/org/openstreetmap/josm/actions/OrthogonalizeActionTest.java

    r10052 r10378  
    9696    void verifyRectangleClockwise(final Way way) {
    9797        for (int i = 1; i < way.getNodesCount() - 1; i++) {
    98             assertEquals(-Math.PI / 2,  Geometry.getCornerAngle(
     98            assertEquals(-Math.PI / 2, Geometry.getCornerAngle(
    9999                    way.getNode(i - 1).getEastNorth(), way.getNode(i).getEastNorth(), way.getNode(i + 1).getEastNorth()), 1e-6);
    100100        }
Note: See TracChangeset for help on using the changeset viewer.