Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java

    r5960 r6069  
    5757        updateStatusLine();
    5858    }
    59    
     59
    6060    /**
    6161     * Makes this map mode inactive.
     
    102102        shift = (modifiers & ActionEvent.SHIFT_MASK) != 0;
    103103    }
    104    
     104
    105105    protected void requestFocusInMapView() {
    106106        if (isEnabled()) {
Note: See TracChangeset for help on using the changeset viewer.