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

    r10308 r10378  
    271271                    delta = pcLast.angle - pcFirst.angle;
    272272                    if (delta < 0) // Assume each PolarCoor.angle is in range ]-pi; pi]
    273                         delta +=  2*Math.PI;
     273                        delta += 2*Math.PI;
    274274                    delta /= j - i;
    275275                }
Note: See TracChangeset for help on using the changeset viewer.