Ignore:
Timestamp:
2018-10-04T13:09:40+02:00 (6 years ago)
Author:
stoecker
Message:

fix indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r14292 r14293  
    780780                myprintln "- No JOSM icon: ${getDescription(j)}"
    781781            } else if(!ij.equals(ie) && !(
    782                 ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
    783                 ij.startsWith("data:"))) {
    784                     def iehttps = ie.replace("http:","https:")
    785                     if(ij.equals(iehttps)) {
    786                         myprintln "+ Different icons: ${getDescription(j)}"
    787                     } else {
    788                         myprintln "* Different icons: ${getDescription(j)}"
    789                     }
     782              ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
     783              ij.startsWith("data:"))) {
     784                def iehttps = ie.replace("http:","https:")
     785                if(ij.equals(iehttps)) {
     786                    myprintln "+ Different icons: ${getDescription(j)}"
     787                 } else {
     788                    myprintln "* Different icons: ${getDescription(j)}"
     789                 }
    790790            }
    791791        }
Note: See TracChangeset for help on using the changeset viewer.