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/gui/mappaint/mapcss/Condition.java

    r8495 r8510  
    312312        public Predicate<String> containsPattern;
    313313
    314         public KeyCondition(String label, boolean negateResult, KeyMatchType matchType){
     314        public KeyCondition(String label, boolean negateResult, KeyMatchType matchType) {
    315315            this.label = label;
    316316            this.negateResult = negateResult;
Note: See TracChangeset for help on using the changeset viewer.