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/tools/GBC.java

    r6380 r8510  
    4848     */
    4949    public static GBC eop() {
    50         return eol().insets(0,0,0,10);
     50        return eol().insets(0, 0, 0, 10);
    5151    }
    5252
     
    119119        short maxx = x > 0 ? Short.MAX_VALUE : 0;
    120120        short maxy = y > 0 ? Short.MAX_VALUE : 0;
    121         return new Box.Filler(new Dimension(x,y), new Dimension(x,y), new Dimension(maxx,maxy));
     121        return new Box.Filler(new Dimension(x, y), new Dimension(x, y), new Dimension(maxx, maxy));
    122122    }
    123123
Note: See TracChangeset for help on using the changeset viewer.